/* Self-hosted Inter (variable font, weights 100-900).
   Replaces Google Fonts — no third-party request on page load. */
@font-face {
    font-family: 'Inter';
    src: url('/static/fonts/InterVariable.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
