@font-face {
	font-family: "hellow";
	src: url("fonts/hellow.woff2") format("woff2");
}

* {
	font-family: "hellow", sans-serif;
}