/* Fraunces — variable serif (axes: opsz 9–144, wght 100–900, SOFT 0–100,
   WONK 0–1), upright + italic. Self-hosted from the google/fonts source
   (SIL Open Font License 1.1): subset to Latin and compressed to woff2 with all
   four axes retained, so the page makes zero external network requests. The
   opsz / SOFT / WONK axis VALUES are set globally in flicker/colors_and_type.css
   via `font-variation-settings`; weight is set via `font-weight`. */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(fraunces-latin.woff2) format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(fraunces-italic-latin.woff2) format('woff2');
}
