/**
 * Inter – SIL Open Font License (OFL), served via Google Fonts.
 * Fallbacks keep UI usable offline / if CDN blocked.
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

html {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
