/* ═══════════════════════════════════════════════════════════════════════════
   🪐 Brain Bar — Self-hosted JetBrains Mono
   Replaces Google Fonts CDN. Privacy-safe, faster TTI (no extra DNS/TLS hop),
   no third-party tracking.
   License: SIL Open Font License 1.1 — https://github.com/JetBrains/JetBrainsMono
   ═══════════════════════════════════════════════════════════════════════════ */

@font-face {
  font-family: 'JetBrains Mono';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/JetBrainsMono-Regular.woff2') format('woff2');
}

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

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

@font-face {
  font-family: 'JetBrains Mono';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/JetBrainsMono-Bold.woff2') format('woff2');
}
