/* ========================================
   Self-hosted Inter Font (OFL — see /assets/fonts/LICENSE-Inter.txt)
   Variable font: weights 100..900 in a single woff2 (~344KB).
   Replaces Google Fonts CDN to (a) eliminate render-blocking external
   request, (b) remove third-party DNS lookup, (c) satisfy GDPR
   (no Google Fonts IP-logging concern), (d) tighten CSP.
   ======================================== */

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