/* ============================================================
   FONTS — polices auto-hébergées (RGPD : aucune requête
   vers un serveur tiers, l'IP du visiteur n'est pas transmise).
   Chargé avant tokens.css qui référence ces familles.
   ============================================================ */

/* --- DM Sans (titres) --- */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/dm-sans-v17-latin_latin-ext-regular.61c9be5fdeb3.woff2") format('woff2');
}

@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/dm-sans-v17-latin_latin-ext-500.4e54c2e55094.woff2") format('woff2');
}

/* --- Inter (corps, UI) --- */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/inter-v20-latin_latin-ext-regular.1945fa9b587a.woff2") format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/inter-v20-latin_latin-ext-500.8c7e9e529b8b.woff2") format('woff2');
}