/**
 * STUV Diatype — police officielle de la marque Stûv.
 *
 * Fichiers fournis : STUV-Diatype-Regular (400) et STUV-Diatype-Bold (700),
 * chacun en WOFF2 (priorité) et WOFF (fallback navigateurs anciens).
 *
 * Chargé tôt via functions.php pour éviter le FOUT (flash of unstyled text).
 * Utilisé partout via la CSS variable `--font-family-primary`.
 */

@font-face {
    font-family: 'STUV Diatype';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/STUV-Diatype-Regular.woff2') format('woff2'),
         url('../fonts/STUV-Diatype-Regular.woff')  format('woff');
}

@font-face {
    font-family: 'STUV Diatype';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/STUV-Diatype-Bold.woff2') format('woff2'),
         url('../fonts/STUV-Diatype-Bold.woff')  format('woff');
}
