/* Inter — self-hosted variable font (SIL Open Font License), replacing the Google Fonts CDN.
   One woff2 covers the whole upright weight axis (100-900); font-display: swap avoids invisible text
   while the font loads. No runtime request to fonts.googleapis.com / fonts.gstatic.com. */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/fonts/inter-latin-wght-normal.woff2') format('woff2');
}
