/* Self-hosted Inter + Inter Tight (variable fonts, latin subset).
   Replaces the Google Fonts CDN links so the site works under the strict CSP (style-src/font-src 'self')
   and avoids sending visitor IPs to a third-party CDN. */
@font-face{font-family:'Inter';font-style:normal;font-weight:100 900;font-display:swap;src:url('/fonts/Inter-var.woff2') format('woff2')}
@font-face{font-family:'Inter Tight';font-style:normal;font-weight:100 900;font-display:swap;src:url('/fonts/InterTight-var.woff2') format('woff2')}
