/* Self-hosted fonts — replaces Google Fonts CDN to eliminate third-party cookies.
 * Inter: SIL Open Font License 1.1 (https://github.com/rsms/inter)
 * JetBrains Mono: SIL Open Font License 1.1 (https://github.com/JetBrains/JetBrainsMono)
 */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/InterVariable.woff2') format('woff2');
}

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

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