@import url("https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap");

:root,
[data-bs-theme=light],
[data-bs-theme=dark] {
    --bs-font-sans-serif: "Google Sans", sans-serif;
    --bs-body-font-family: var(--bs-font-sans-serif);
}

html,
body {
    font-family: var(--bs-body-font-family) !important;
    font-optical-sizing: auto;
    font-variation-settings: "GRAD" 0;
}

/* plugins.bundle.css fija Inter en algunos widgets; alinear con la fuente global */
.daterangepicker,
.ql-toolbar,
.leaflet-container .leaflet-popup-content-wrapper .leaflet-popup-content,
.apexcharts-text,
.apexcharts-title-text,
.apexcharts-legend-text {
    font-family: var(--bs-body-font-family) !important;
}
