/* ============================================
   HUNTOOL — Local Fonts
   Servi localement pour éviter les blocages CDN
   ============================================ */

/* ── Bricolage Grotesque (display / titres — Option E) ── */
@font-face {
    font-family: "Bricolage Grotesque";
    src: url("/assets/fonts/bricolage-grotesque.woff2") format("woff2");
    font-weight: 400 800;
    font-style: normal;
    font-display: swap;
}

/* ── Clash Display (display / titres) ── */
@font-face {
    font-family: "Clash Display";
    src: url("/assets/fonts/clash-display-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Clash Display";
    src: url("/assets/fonts/clash-display-500.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Clash Display";
    src: url("/assets/fonts/clash-display-600.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Clash Display";
    src: url("/assets/fonts/clash-display-700.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ── DM Sans (body / corps de texte) ── */
@font-face {
    font-family: "DM Sans";
    src: url("/assets/fonts/dm-sans-400-latin.woff2") format("woff2");
    font-weight: 400 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DM Sans";
    src: url("/assets/fonts/dm-sans-400.woff2") format("woff2");
    font-weight: 400 600;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF;
}

/* ── Instrument Serif (accent italique) ── */
@font-face {
    font-family: "Instrument Serif";
    src: url("/assets/fonts/instrument-serif-400-latin.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Instrument Serif";
    src: url("/assets/fonts/instrument-serif-italic-latin.woff2") format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* ── Space Mono (labels / mono / data) ── */
@font-face {
    font-family: "Space Mono";
    src: url("/assets/fonts/space-mono-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Space Mono";
    src: url("/assets/fonts/space-mono-700.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
