/*
 * Self-hosted Inter (variable font).
 *
 * Replaces the Google Fonts <link> (fonts.googleapis.com / fonts.gstatic.com)
 * that the box CSP blocks (style-src 'self' 'unsafe-inline'; font-src 'self' data:).
 * Served from our own origin, so it is CSP-compliant with no external dependency.
 *
 * One variable file covers the full weight range (100-900), so it satisfies every
 * weight the UI asks for (400/500/600/700/900).
 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/fonts/inter/InterVariable.woff2') format('woff2');
}
