/*
 * Polices auto-hébergées (voir docs/charte-graphique.md, section 4).
 * Fichiers sources : assets/fonts/ (SIL OFL 1.1, Inter & Sora via Fontsource).
 * Pas de CDN Google Fonts en prod (frontend.mdc + RGPD : pas d'appel tiers).
 */

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("../fonts/inter/inter-latin-400-normal-poxsSdI.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url("../fonts/inter/inter-latin-500-normal-Uwgfwtt.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url("../fonts/inter/inter-latin-600-normal-keCwlca.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("../fonts/inter/inter-latin-700-normal-_eucScQ.woff2") format("woff2");
}

@font-face {
    font-family: "Sora";
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url("../fonts/sora/sora-latin-600-normal-JDO1ZTs.woff2") format("woff2");
}

@font-face {
    font-family: "Sora";
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("../fonts/sora/sora-latin-700-normal-qpfryrU.woff2") format("woff2");
}
