/* Self-hosted fonts (woff2) — no third-party font CSS blocking render */
@font-face {
    font-family: 'Archivo Black';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/assets/fonts/archivo-black-latin-400-normal.woff2') format('woff2');
}

@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/assets/fonts/archivo-latin-300-normal.woff2') format('woff2');
}

@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/assets/fonts/archivo-latin-400-normal.woff2') format('woff2');
}

@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/assets/fonts/archivo-latin-600-normal.woff2') format('woff2');
}
