
:root {
	--header-color : 30, 30, 60;
	--main-color : 30, 30, 60;
	--shadow-color : 15, 15, 30;
	--button-color : 15, 15, 30;
	--footer-color : 30, 30, 60;
	--font-color : 255, 255, 255;
	--font-button-color : 255, 255, 255;
	--header-opacity : 1;
	--shadow-opacity : 1;
	--font-opacity : 0.7;
}

@font-face {
	font-family : "Font";
	src : url("https://asset.vodify.fr/font/Comfortaa-Light.ttf");
}

@media all and (min-width : 481px)  {

:root {
	--font-size : 1.1vw;
	--line-height : calc(var(--font-size) * 1.4);
    --font-padding : 0.5vw;
	--radius : 1vw;
}

}

@media all and (max-width : 480px)  {

:root {
	--font-size : 3vw;
	--line-height : calc(var(--font-size) * 2);
	--font-padding : 0vw;
	--radius : 2vw;
}

}
