
:root {
	--header-color : 120, 50, 170;
	--main-color : 120, 50, 170;
	--shadow-color : 80, 35, 120;
	--button-color : 80, 35, 120;
	--footer-color : 120, 50, 170;
	--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/GochiHand-Regular.ttf");
}

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

:root {
	--font-size : 1.6vw;
	--line-height : calc(var(--font-size) * 1.2);
	--font-padding : 0.3vw;
	--radius : 2vw;
}

}

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

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

}
