/* Critical fonts — hero + body (sync on subpages) */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url('../assets/fonts/inter-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    font-display: optional;
    src: url('../assets/fonts/inter-tight-500.woff2') format('woff2');
}
