/* Self-hosted fonts (latin, variable woff2) — replaces the Google Fonts CDN
   link. Removes the third-party dependency Protecto flagged (missing SRI on the
   Google Fonts stylesheet, which can't be reliably hashed). One variable file
   per family backs all requested weights. Regenerate from
   fonts.googleapis.com/css2 if the weight set changes. */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('fonts/inter.woff2') format('woff2');
}

@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 350 600;
  font-display: swap;
  src: url('fonts/jost.woff2') format('woff2');
}
