/* IMPORT DES POLICES */
@font-face {
    font-family: 'Grotesk';
    src: url('../../media/font/Grotesk-01Extrafin.woff2') format('woff2');
    font-weight: 200;
    /* Extra-Light */
    font-style: normal;
}

@font-face {
    font-family: 'Grotesk';
    src: url('../../media/font/Grotesk-02Mince.woff2') format('woff2');
    font-weight: 300;
    /* Light */
    font-style: normal;
}

@font-face {
    font-family: 'Grotesk';
    src: url('../../media/font/Grotesk-03Regular.woff2') format('woff2');
    font-weight: 400;
    /* Regular */
    font-style: normal;
}

@font-face {
    font-family: 'Grotesk';
    src: url('../../media/font/Grotesk-04Gras.woff2') format('woff2');
    font-weight: 500;
    /* Bold */
    font-style: normal;
}

/* GLOBALS */
:root {
    --color-main-black: #120801;
    --color-main-black-60: #1208019c;
    --color-main-black-40: #12080165;
    --color-main-blue: #183a37;
    --color-main-cyan: #527673;
    --color-main-orange: #fdad86;
    --color-main-white: #FDF7F0;
}