/* Local fonts.css — use system font stack as fallback to avoid external Google Fonts.
   Replace with local Inter .woff2 @font-face rules if you add font files to assets/css/webfonts/inter/ */
:root{--font-sans: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif}
html,body{font-family:var(--font-sans);}

/* Optional: if you later add Inter woff2 files under assets/css/webfonts/inter/,
   you can replace this with @font-face declarations. */
