/* =========================================================================
   Polices hébergées en local (conformité RGPD : aucun appel à Google Fonts).
   Sous-ensemble « latin » (couvre tous les accents français).
   - Saira Condensed : 3 graisses (600/700/800). Pas d'italique réel : le
     navigateur synthétise l'oblique via font-style: italic (comportement
     identique à la version Google Fonts d'origine).
   - Montserrat & Playfair Display : polices variables (1 fichier / plage).
   ========================================================================= */

@font-face {
    font-family: 'Saira Condensed';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/saira-condensed-600.woff2') format('woff2');
}
@font-face {
    font-family: 'Saira Condensed';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/saira-condensed-700.woff2') format('woff2');
}
@font-face {
    font-family: 'Saira Condensed';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/saira-condensed-800.woff2') format('woff2');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('../fonts/montserrat-var.woff2') format('woff2');
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600 700;
    font-display: swap;
    src: url('../fonts/playfair-display-var.woff2') format('woff2');
}
