/* ==========================================================================
   Fonts — self-hosted, no CDN, nothing to consent to.
   --------------------------------------------------------------------------
   One family, one file: Switzer is a variable font, so the same 43 KB cover
   every weight from 100 to 900. This page uses 300 (headings) and 400 (text).

   The reference site used Saprona, a commercial face that cannot be
   redistributed. Switzer is the closest grotesque that can: same open
   apertures, same tall x-height, same flat terminals.

   To swap the font: drop the .woff2 in this folder, edit the @font-face
   below, then change --font-sans in assets/css/style.css.
   ========================================================================== */

@font-face {
  font-family: "Switzer";
  font-style: normal;
  font-weight: 100 900; /* variable range: one file, every weight */
  font-display: swap;
  src: url("Switzer-variable.woff2") format("woff2");
}
