/* ================================================
   FONTS-LOCAL.CSS — Sud Web Project
   Playfair Display v40 + DM Sans v17
   Dossier : assets/fonts/
   ================================================ */

/* ── PLAYFAIR DISPLAY — 700 ───────────────────── */
@font-face {
    font-family: 'Playfair Display';
    src: url('../assets/fonts/playfair-display-v40-latin-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ── PLAYFAIR DISPLAY — 900 ───────────────────── */
@font-face {
    font-family: 'Playfair Display';
    src: url('../assets/fonts/playfair-display-v40-latin-900.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ── PLAYFAIR DISPLAY — 700 italic ───────────── */
@font-face {
    font-family: 'Playfair Display';
    src: url('../assets/fonts/playfair-display-v40-latin-700italic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* ── DM SANS — 300 ────────────────────────────── */
@font-face {
    font-family: 'DM Sans';
    src: url('../assets/fonts/dm-sans-v17-latin-300.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* ── DM SANS — 400 (regular) ─────────────────── */
@font-face {
    font-family: 'DM Sans';
    src: url('../assets/fonts/dm-sans-v17-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ── DM SANS — 500 ────────────────────────────── */
@font-face {
    font-family: 'DM Sans';
    src: url('../assets/fonts/dm-sans-v17-latin-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* ── DM SANS — 600 ────────────────────────────── */
@font-face {
    font-family: 'DM Sans';
    src: url('../assets/fonts/dm-sans-v17-latin-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}