/* Self-hosted fonts — served from this project, not from Google.
   Stops user IP/UA leakage to fonts.googleapis.com / fonts.gstatic.com. */

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

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('./plus-jakarta-sans.woff2') format('woff2');
}

@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('./sora.woff2') format('woff2');
}
