@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto-Variable.ttf") format("truetype");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto-Italic-Variable.ttf") format("truetype");
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
}

:root {
    --flocara-font-family: "Roboto", Arial, sans-serif;
}

html,
body,
button,
input,
optgroup,
select,
textarea,
.maplibregl-map {
    font-family: var(--flocara-font-family);
}
