/*
 * Fonts self-hostées (téléchargées depuis @fontsource via jsdelivr).
 * Subset : latin. Format : woff2 uniquement (supporté >= 95% des navigateurs).
 * Chemins résolus par AssetMapper relativement à ce fichier.
 */

/* Inter */
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/inter-400-poxsSdI.woff2") format('woff2');
}
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/inter-500-Uwgfwtt.woff2") format('woff2');
}
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/inter-600-keCwlca.woff2") format('woff2');
}
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/inter-700-_eucScQ.woff2") format('woff2');
}

/* Oswald */
@font-face {
    font-family: Oswald;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/oswald-400-Q1UglAc.woff2") format('woff2');
}
@font-face {
    font-family: Oswald;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/oswald-500-adbz0dn.woff2") format('woff2');
}
@font-face {
    font-family: Oswald;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/oswald-600-qaYSwXo.woff2") format('woff2');
}
@font-face {
    font-family: Oswald;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/oswald-700-3RjNn-W.woff2") format('woff2');
}
