/* Font globali Strumenti Topografici — Inter (Google Fonts) */
:root {
    --st-font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --st-font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

html,
body {
    font-family: var(--st-font-sans);
}

button,
input,
select,
textarea {
    font: inherit;
}
