/* Self-hosted Inter — replaces Google Fonts so no visitor IP is sent to Google
   (GDPR; the Datenschutz page states fonts are served locally).

   The latin-subset woff2 files are present in this folder (website/fonts/):
     inter-400.woff2  inter-500.woff2  inter-600.woff2
     inter-700.woff2  inter-800.woff2  inter-900.woff2
   Regenerate/update them with: python scripts/fetch_inter_fonts.py
     (pulls the latin subset from the Fontsource Inter CDN, pinned).
   (font-display:swap avoids invisible text while a weight loads; unused
   weights are never fetched.) */

@font-face { font-family:'Inter'; font-style:normal; font-weight:400; font-display:swap; src:url('inter-400.woff2') format('woff2'); }
@font-face { font-family:'Inter'; font-style:normal; font-weight:500; font-display:swap; src:url('inter-500.woff2') format('woff2'); }
@font-face { font-family:'Inter'; font-style:normal; font-weight:600; font-display:swap; src:url('inter-600.woff2') format('woff2'); }
@font-face { font-family:'Inter'; font-style:normal; font-weight:700; font-display:swap; src:url('inter-700.woff2') format('woff2'); }
@font-face { font-family:'Inter'; font-style:normal; font-weight:800; font-display:swap; src:url('inter-800.woff2') format('woff2'); }
@font-face { font-family:'Inter'; font-style:normal; font-weight:900; font-display:swap; src:url('inter-900.woff2') format('woff2'); }
