/* ── Local font faces (legacy / v2-OFF fallback) ──
   Cormorant Garamond, Inter, and DM Sans @font-face blocks were
   removed in R8 (2026-05-05): all three are banned per
   /impeccable + scout-web/CLAUDE.md, and were only present as
   second-stack fallbacks in pre-R6 font-family declarations.
   Cormorant Garamond consumers were rewritten to use 'Georgia'
   as the system-safe serif fallback after Newsreader.

   This file is kept for the JetBrains Mono static fallback so
   v2's 'JetBrains Mono Variable' has a graceful-degrade target
   on browsers that don't support woff2-variations. The canonical
   font-face declarations live in fonts-v2.css. */

/* JetBrains Mono — static fallback for v2-OFF and old browsers.
   The canonical 'JetBrains Mono Variable' is in fonts-v2.css. */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../fonts/jetbrains-mono-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url('../fonts/jetbrains-mono-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src: url('../fonts/jetbrains-mono-normal.woff2') format('woff2');
}
