/*
 * Polices auto-hébergées de L'Atelier de Coghaven.
 * Voir la section "Typographie / Polices" du cahier des charges :
 * fichiers .woff2 à placer dans public/_lib/_fnts/ (pas de CDN Google Fonts,
 * pour rester conforme RGPD).
 *
 * TODO : déposer les 3 fichiers .woff2 correspondants dans _fnts/ avant
 * la mise en production :
 *   - steampunk-machinery.woff2  (titre / logo uniquement)
 *   - im-fell-english.woff2      (titres secondaires H2/H3)
 *   - source-sans-3.woff2        (texte courant)
 */

@font-face {
    font-family: 'Steampunk Machinery';
    src: url('/_lib/_fnts/steampunk-machinery.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IM Fell English';
    src: url('/_lib/_fnts/im-fell-english.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('/_lib/_fnts/source-sans-3.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
