/* Self-hosted JetBrains Mono, the ledger/label voice this shell actually uses
   (var(--mono), ~112 rules).

   index.html used to pull this and Space Grotesk from fonts.googleapis.com. That
   meant the shell could not render its own letterforms offline, and a private
   owner-only app announced every open to a third party. Space Grotesk was dead
   weight on top of that: global.css retired it as "a fourth, off-canon voice"
   and --font is a system sans stack, so nothing referenced it. Only this face
   ships.

   One variable master claims every weight, matching the StokaSoftware and
   StokaTerminal design system, so 600/700 labels keep JBM shapes and the label
   widths the layout assumes stay put. font-display: swap keeps first paint
   immediate. */

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/jetbrains-mono-latin.woff2') format('woff2');
}
