/* ============================================================
   Self-hosted STATIC font instances (replaces Google Fonts).
   Latin-subsetted with the GSUB ligature/contextual-alternate tables STRIPPED:
   DirectWrite (Windows) took ~1s bursts parsing the variable fonts' ligature
   coverage on every tab activation, freezing the browser UI thread (profiled
   2026-07-02: LigatureSubstitutionSubtableHelper::ReadLookupCoverage = 73% of
   the stall). Static + stripped faces parse in microseconds, weigh ~40 KB each,
   and /vendor/* is immutable-cached for a year (_headers).
   Inter © rsms (SIL OFL 1.1) · JetBrains Mono © JetBrains (SIL OFL 1.1) — see LICENSE.txt.
   v2 (2026-07-04): added the symbol glyphs site text uses (⚠ ✓ ᵢ ₛ to Inter; ⚠ ✓ � to
   Mono) so no rendered codepoint ever misses the subsets and triggers the system
   font-fallback scan. woff2 urls carry ?v=2 because /vendor/* is immutable-cached.
   ============================================================ */
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("inter-400.woff2?v=2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url("inter-500.woff2?v=2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("inter-600.woff2?v=2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 700; font-display: swap; src: url("inter-700.woff2?v=2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 800; font-display: swap; src: url("inter-800.woff2?v=2") format("woff2"); }
@font-face { font-family: "JetBrains Mono"; font-style: normal; font-weight: 400; font-display: swap; src: url("jbmono-400.woff2?v=2") format("woff2"); }
@font-face { font-family: "JetBrains Mono"; font-style: normal; font-weight: 500; font-display: swap; src: url("jbmono-500.woff2?v=2") format("woff2"); }
@font-face { font-family: "JetBrains Mono"; font-style: normal; font-weight: 600; font-display: swap; src: url("jbmono-600.woff2?v=2") format("woff2"); }
