@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

@font-face {
	font-family: "Hoyo";
	src: url("../ressources/fonts/shii-webfont.woff2") format("woff2");
	font-weight: 100;
	font-style: normal;
	font-display: swap
}

html{
	font-family: Hoyo;
	background-color: rgba(236, 236, 236, 1);
}

body{
	margin:0;
	width: 100%;
	top:0;
}

#body{
	padding-top: max(7vw,7vh);
}