/* Self-hosted Box Kit fonts (woff2 in public/boxkit/fonts/). Used by the ported
   Box Kit chapters so they need no external Google Fonts request. Adapted from
   the Everyone Can Code Box Kit's fonts.css with paths rewritten to /boxkit/. */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('/boxkit/fonts/fraunces-var.woff2') format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/boxkit/fonts/jetbrains-mono.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/boxkit/fonts/inter-tight.woff2') format('woff2');
}
