:root {
	
	--base-font-family: "EuropeC", sans-serif;
	--header-font-family: "EuropeExtendedC", sans-serif;
	
    --dark-color: #474b4f; 
    --black-color: #121212;
    --blue-color: #006cff;
    --light-color-d: #dddddd;   
    --cs-ternary-color: #b7b7b7;
    
    --cs-white-color: #ffffff;
}