/* Font stack declarations.
   Uses locally available / system fonts only — no external CDN.
   The actual font-family variables are defined in base.css. */

:root {
  --gm-font-loading: optional;
}

/* Ensure monospace fallback rendering stays crisp while system fonts load. */
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
