@import url("https://use.typekit.net/ttz1klz.css");

.font-regular {
    font-family: neo-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.font-medium {
    font-family: neo-sans, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.font-bold {
    font-family: neo-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.font-bold-italic {
    font-family: neo-sans, sans-serif;
    font-weight: 700;
    font-style: italic;
}

.font-black {
    font-family: neo-sans, sans-serif;
    font-weight: 900;
    font-style: normal;
}



:root {
    /* Colors: */
    /*--bleu-main: #003160;
--orange-main: #FF5100;*/
    --bleu-main: #1C335C;
    --orange-main: #E8521D;
    --light-grey: #F3F3F3;
    --basic-grey: #C1C1C1;
    --medium-grey: #C4C4C4;
    --dark-grey: #707070;
    --electric-blue: #0082FF;
    --light-blue: #E1F0FF;
    --stock-1: #02C636;
    --stock-2: #FFAA14;
    --white: #FFFFFF;
    --green-main: #449F66;
    --medium-green: #358152;
    --dark-green: #24613B;
    --cedilog-grey: #6E6E6E;
}
