/* JetBrains Mono — self-hosted slim build.
 *
 * Ships only the two weights the Stax prototype uses (Medium 500,
 * SemiBold 600) as woff2. Replaces the third-party hit to Google
 * Fonts (fonts.googleapis.com / fonts.gstatic.com) — see CLAUDE.md
 * §2/§8 "Privacy / no third-party requests". Same font (JetBrains
 * Mono by JetBrains, OFL), served from our own origin so a visitor's
 * IP is never handed to Google.
 */

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('font-files/JetBrainsMono-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('font-files/JetBrainsMono-SemiBold.woff2') format('woff2');
}
