@font-face {
    font-family: "roboto";
    src: url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');
}


/* Font Faces */

@font-face {
    font-family: "default";
    src: url(../fonts/GillSans/GillSans-Light.ttf);
    font-display: swap;
}

@font-face {
    font-family: "title";
    src: url(../fonts/GillSans/GillSans.ttf);
    font-display: swap;
}
/*
@font-face {
    font-family: "semi-bold";
    src: url(../fonts/Montserrat/Montserrat-SemiBold.ttf);
    font-display: swap;
}
*/

/* Colors */

:root {
    --ColorBackgroundMenu: #141517 !important;
    --ColorTxtDefault: #000 !important;
    --ColorTxtMenu: #fbfbfc !important;
    --ColorTxtHoverMenu: #6e6f71 !important;
    --ColorActu: #f3f4f6 !important;
    --mainColorBackground: #fbfbfc !important;
    --themeColorMenu: #cc9966 !important;
    --ErrorColor: #c41515 !important;
    --ValidColor: #fbfbfc!important;
}
/*
h1, h2, h3,
h4, h5, h6{
	font-family: "title";
	
}*/