/* self-hosted fonts (vendored — no external CDN).
   Superset served at /vendor/ for BOTH the landing pages and the relay's
   viewer/overview (single origin since sl0p.foo consolidation). */
@font-face {
  font-family: 'Fira Code'; font-style: normal; font-weight: 700; font-display: swap;
  src: url(fira-code-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Share Tech Mono'; font-style: normal; font-weight: 400; font-display: swap;
  src: url(share-tech-mono.woff2) format('woff2');
}
/* JetBrainsMono Nerd Font Mono — the terminal typeface (Nerd-Fonts-patched,
   "Mono" variant: icons scaled to one cell). Normal-width (0.6em) so glyph ink
   stays within the cell advance — unlike narrow Iosevka, whose wide dingbats
   (✓ U+2713, arrows, …) overran a 0.5em cell and got clipped by the atlas.
   Subset to Latin(+Greek/Cyrillic) + punctuation/arrows/math + box-drawing,
   blocks, geometric shapes, braille, dingbats + the full Nerd Font icon set:
   BMP PUA (U+E000-F8FF: powerline, pomicons, FA, devicons, seti, octicons,
   codicons, font-logos) AND the Material Design Icons plane (U+F0000-F1FFF).
   Ligatures + hinting are dropped (useless in a terminal): ~0.93MB/weight. */
@font-face {
  font-family: 'JetBrainsMono Nerd Font Mono'; font-style: normal; font-weight: 400; font-display: block;
  src: url(jbmono-nf-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'JetBrainsMono Nerd Font Mono'; font-style: normal; font-weight: 700; font-display: block;
  src: url(jbmono-nf-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'VT323'; font-style: normal; font-weight: 400; font-display: swap;
  src: url(vt323.woff2) format('woff2');
}
/* Nerd Font icon glyphs (powerline, devicons, font-awesome, material, ...).
   Symbols-only build: covers just the icon codepoint ranges, so it acts as a
   per-glyph fallback and never disturbs the base monospace text metrics.
   unicode-range keeps the browser from downloading it for plain text. */
@font-face {
  font-family: 'Symbols Nerd Font Mono'; font-style: normal; font-weight: 400; font-display: block;
  src: url(SymbolsNerdFontMono-Regular.woff2) format('woff2');
}
