/*-----------------------------------------------------------------------
 * TWAL — Polices locales
 *
 * Fichiers WOFF2 normalisés.
 * Les URLs sont relatives à ce fichier CSS.
 ----------------------------------------------------------------------------*/

/* Cormorant Garamond — variable : 300 à 700 */
@font-face {
    font-family: "Cormorant Garamond";
    src: url("./cormorant-garamond-variable.woff2") format("woff2");
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
}

/* DM Serif Display — statique : 400 */
@font-face {
    font-family: "DM Serif Display";
    src: url("./dm-serif-display-regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

/* Inter — variable : 100 à 900 + optical size */
@font-face {
    font-family: "Inter";
    src: url("./inter-variable.woff2") format("woff2");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

/* Libre Baskerville — variable : 400 à 700 */
@font-face {
    font-family: "Libre Baskerville";
    src: url("./libre-baskerville-variable.woff2") format("woff2");
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
}

/* Lora — variable : 400 à 700 */
@font-face {
    font-family: "Lora";
    src: url("./lora-variable.woff2") format("woff2");
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
}

/* Manrope — variable : 200 à 800 */
@font-face {
    font-family: "Manrope";
    src: url("./manrope-variable.woff2") format("woff2");
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
}

/* Montserrat — variable : 100 à 900 */
@font-face {
    font-family: "Montserrat";
    src: url("./montserrat-variable.woff2") format("woff2");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

/* Nunito Sans — variable : 200 à 1000, largeur 75 % à 125 % + optical size */
@font-face {
    font-family: "Nunito Sans";
    src: url("./nunito-sans-variable.woff2") format("woff2");
    font-style: normal;
    font-weight: 200 1000;
    font-stretch: 75% 125%;
    font-display: swap;
}

/* Playfair Display — variable : 400 à 900 */
@font-face {
    font-family: "Playfair Display";
    src: url("./playfair-display-variable.woff2") format("woff2");
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
}

/* Roboto — variable : 100 à 900, largeur 75 % à 100 % */
@font-face {
    font-family: "Roboto";
    src: url("./roboto-variable.woff2") format("woff2");
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 75% 100%;
    font-display: swap;
}
