/* Self-hosted, latin subset only.

   Both faces are SIL Open Font License 1.1, which permits this. Serving them
   from our own origin means no visitor request reaches a third party - see
   /privacy/ - and every page loses two preconnects and a render-blocking
   external stylesheet.

   One file per family, not one per weight: Google returns the same bytes for
   Hanken Grotesk 400, 500 and 700 because it is one variable font, so the
   three declarations were the same 34KB downloaded three times. latin-ext,
   vietnamese and cyrillic were dropped - 60% of the bytes for characters this
   site never sets. */

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