/* Self-hosted Fraunces and Inter — SIL Open Font License 1.1.
   Built from the upstream variable fonts (google/fonts) and cut down for
   this site:
     - subset to Latin-1 plus the Polish diacritics and the punctuation the
       copy actually uses;
     - the SOFT and WONK axes instanced out, keeping `opsz` (which the
       browser drives from font-size) and `wght`.
   170KB for all three faces, down from 1.2MB when the same faces were
   requested from fonts.googleapis.com as discrete static weights. Serving
   them from our own origin also removes a render-blocking round-trip to a
   third-party stylesheet and a second TLS connection. */

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

@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/fraunces-italic.woff2') format('woff2-variations');
}

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