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