/* Self-hosted so the site loads no third-party resource — the claim the privacy
   page makes. Declared here rather than with Jaspr's `css.fontFace`, which has
   no weight parameter and cannot express a variable font's weight range.

   Both faces are variable fonts, subset to Latin + Latin-Extended and with their
   other axes pinned (Inter: opsz 14; Fraunces: opsz 48, SOFT 0, WONK 0). One
   file per family therefore covers every weight the site uses, in 33–47 KB.
   Regenerate with tool/fonts.sh. */

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

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