/* ==========================================================================
   fonts.css — self-hosted variable fonts (SIL OFL 1.1). Loaded first, globally.
   Replaces the Google Fonts CDN: removes a render-blocking third-party request,
   keeps the CSP tight (font-src 'self'), and respects visitor privacy.
   Latin-subset variable woff2 (axes preserved → font-optical-sizing works).
   See /static/fonts/LICENSE.txt for attribution.
   ========================================================================== */

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 300 600;        /* variable range */
  font-display: swap;
  src: url("/static/fonts/fraunces.woff2") format("woff2");
}
@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-weight: 300 600;        /* variable range */
  font-display: swap;
  src: url("/static/fonts/fraunces-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 600;        /* variable range */
  font-display: swap;
  src: url("/static/fonts/inter.woff2") format("woff2");
}
