/* ══════════════════════════════════════════════
   MEMORABLE STUDIO — Fonts locales
   Fichier : /wp-content/themes/hello-elementor-child/fonts/fonts.css
   
   ÉTAPES D'INSTALLATION :
   1. Aller sur https://google-webfonts-helper.herokuapp.com
   2. Chercher "Instrument Serif" → télécharger les fichiers woff2
   3. Chercher "DM Sans" → télécharger les fichiers woff2
   4. Uploader les fichiers .woff2 dans /fonts/ via FTP
   5. Ce fichier CSS est déjà prêt
   ══════════════════════════════════════════════ */

/* ── Instrument Serif Regular ── */
@font-face {
    font-family: 'Instrument Serif';
    font-style: normal;
    font-weight: 400;
    font-display: swap; /* Affiche le texte immédiatement avec la font de fallback */
    src: local('Instrument Serif'),
         url('instrument-serif-regular.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303, U+0308, U+0323, U+0370-0377, U+037A, U+037E, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* ── Instrument Serif Italic ── */
@font-face {
    font-family: 'Instrument Serif';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Instrument Serif Italic'),
         url('instrument-serif-italic.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303, U+0308, U+0323;
}

/* ── DM Sans 300 (Light) ── */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('DM Sans Light'),
         url('dm-sans-300.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303, U+0308, U+0323;
}

/* ── DM Sans 400 (Regular) ── */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('DM Sans'),
         url('dm-sans-400.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303, U+0308, U+0323;
}

/* ── DM Sans 500 (Medium) ── */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('DM Sans Medium'),
         url('dm-sans-500.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303, U+0308, U+0323;
}
