/* Self-hosted Geist + Geist Mono (variable, latin subset) — replaces Google
   Fonts so no third-party request ever fires (privacy-page parity) and the
   CSP needs no external hosts. Files in vendor/fonts/, SIL OFL licensed. */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('../vendor/fonts/geist-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url('../vendor/fonts/geistmono-latin.woff2') format('woff2');
}
