/* Simple, local-safe font setup to avoid MIME errors */
:root{
  --font-primary: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans";
}
html, body{ font-family: var(--font-primary); }

/* If you want Google Fonts instead, uncomment:
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap');
*/
