/* On déclare la police Grotesk dans sa version "variable" */
@font-face {
    font-family: "Grotesk";
    src: url('_variable/GroteskVF.ttf') format('truetype');
    font-display: swap;
    font-weight: 100 700;
    font-style: normal;
}

@font-face {
    font-family: 'Grotesk_notvariable';
    src:    url('_web/Grotesk-01Extrafin.woff') format('woff'),
            url('_web/Grotesk-01Extrafin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Grotesk_notvariable';
    src:    url('_web/Grotesk-02Mince.woff') format('woff'),
            url('_web/Grotesk-02Mince.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Grotesk_notvariable';
    src:    url('_web/Grotesk-03Regular.woff') format('woff'),
            url('_web/Grotesk-03Regular.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Grotesk_notvariable';
    src:    url('_web/Grotesk-04Gras.woff') format('woff'),
            url('_web/Grotesk-04Gras.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
