/* ============================================================
   site-fonts-mono.css — the JetBrains Mono faces, loaded LATE.
   ============================================================
   Split from site.css (111 §C): 184 KB of mono faces sat on the
   render-blocking chain behind the Lighthouse performance floor.
   The link carries media="print" and site.js flips it to "all" on
   `load` (133: a flip that lands before first paint re-blocks it —
   measured ~1.05s bimodal FCP under the throttled harness), and the
   faces themselves are the SITE-ONLY latin subsets (133: 39 KB for
   the pair, from 186 KB — the site renders authored English code
   only; the app keeps the full faces in app.css). font-display:
   optional: a late face must never reflow. Do not move these rules
   back into site.css (the bundle rides the critical chain).
   ============================================================ */

@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url("../../vendor/fonts/jetbrains-mono/JetBrainsMonoSite-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 500;
  font-display: optional;
  src: url("../../vendor/fonts/jetbrains-mono/JetBrainsMonoSite-Medium.woff2") format("woff2");
}
