/* ══ FONTES AUTO-HÉBERGÉES (statiques, non-variable) ═════════════════
   Chargées depuis /fonts/ — garantit texte sélectionnable dans les PDF
   générés via impression navigateur (Chrome vectorise les variable fonts).
   ════════════════════════════════════════════════════════════════════ */

/* ── Outfit ──────────────────────────────────────────────── */
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url('../fonts/outfit-300.woff2') format('woff2');
}
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('../fonts/outfit-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-display: block;
    src: url('../fonts/outfit-500.woff2') format('woff2');
}

/* ── Unbounded ───────────────────────────────────────────── */
@font-face {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('../fonts/unbounded-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 700;
    font-display: block;
    src: url('../fonts/unbounded-700.woff2') format('woff2');
}
@font-face {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url('../fonts/unbounded-900.woff2') format('woff2');
}

/* ── DM Mono ─────────────────────────────────────────────── */
@font-face {
    font-family: 'DM Mono';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('../fonts/dm-mono-400.woff2') format('woff2');
}
@font-face {
    font-family: 'DM Mono';
    font-style: normal;
    font-weight: 500;
    font-display: block;
    src: url('../fonts/dm-mono-500.woff2') format('woff2');
}
