/* ================================================
   POLICES AUTO-HÉBERGÉES — pas de requête externe
   Fichiers variables (1 fichier par famille, tous les weights)
   font-display: swap = affiche le fallback puis bascule sur la vraie police
   ================================================ */

@font-face {
    font-family: 'Dancing Script';
    src: url('fonts/dancing-script.woff2') format('woff2');
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('fonts/raleway.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('fonts/cormorant-garamond.woff2') format('woff2');
    font-weight: 300 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('fonts/jost.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
