/* Self-hosted Inter (variable, latin) — replaces Google Fonts CDN.
   Avoids the CSP connect-src / 503 failures on Pakistani networks and
   guarantees correct typography offline. */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-display: swap;
    font-weight: 100 900;
    src: url(inter-latin-wght-normal.woff2) format('woff2');
}
