/* Geist Mono — the companion monospace for identifiers and data (tags, part
   numbers, code, spreadsheet cells). Self-hosted alongside Geist to avoid
   CSP issues and third-party font CDNs. One variable file per style covers
   100–900, so weight is a rendering choice per surface rather than another
   download. Relative urls so the files resolve under the SPA's base (/app/).
   SIL Open Font License 1.1 — see geist-mono-OFL.txt. */
@font-face {
  font-family: 'Geist Mono';
  src: url('geist-mono-variable.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Geist Mono';
  src: url('GeistMono-Italic[wght].woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
}
