/* ============================================================
 * ARCHIVO — variable font, twee bestanden voor de hele familie.
 * Assen: wght 100-900, wdth 62-125.
 * Gesubset naar latin + latin-extended, dus ~118 KB per bestand.
 * ============================================================ */

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo/archivo.woff2') format('woff2-variations');
    font-weight: 100 900;
    font-stretch: 62% 125%;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo/archivo-italic.woff2') format('woff2-variations');
    font-weight: 100 900;
    font-stretch: 62% 125%;
    font-style: italic;
    font-display: swap;
}
