/* ============================================================
   945 CLUB — SELF-HOSTED WEBFONTS
   Generated by scripts/build_fonts.py -- do not hand-edit.

   Replaces the stylesheet link to fonts.googleapis.com. Serving these from our
   own origin removes two DNS lookups, two TLS handshakes and a render-blocking
   third-party stylesheet from every page load, and it is what lets the
   Content-Security-Policy drop fonts.googleapis.com and fonts.gstatic.com.

   Both are variable fonts: one file covers the whole weight range.
   font-display: swap matches what the Google URL requested, so text paints in
   the fallback immediately rather than sitting invisible.
   ============================================================ */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('../fonts/inter-var.woff2') format('woff2-variations'),
       url('../fonts/inter-var.woff2') format('woff2');
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500 900;
  font-display: swap;
  src: url('../fonts/outfit-var.woff2') format('woff2-variations'),
       url('../fonts/outfit-var.woff2') format('woff2');
}
