/**
 * Inter variable font files are not shipped in this deploy (avoids 404 on bad URLs).
 * Use system UI stack; matches --bs-font-sans-serif intent from theme CSS.
 */
html,
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif !important;
}
