/* Self-hosted latin subsets of Sora, Open Sans and JetBrains Mono.
   Sora and JetBrains Mono ship as variable fonts, so one file covers
   every weight in the declared range. Regenerate with
   scripts/fetch-fonts.py after changing the weights the site uses. */

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

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url(../fonts/open-sans.woff2) format('woff2');
}

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