/* Fraunces (serif, editorial headings) — split out from fonts.css since
   only the guide pages use it. See fonts.css's comment for why this
   can't just live there too. The ?v=1 on the url() is the same
   cache-busting convention fonts.css uses — see its comment. */

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url('/static/fonts/fraunces/fraunces-variable-latin.woff2?v=1') format('woff2');
}
