
body {
	margin: 0;
	padding: 3vh 5vh 0vh 5vh;
	background-color: rgb(55,60,70);
	background-repeat: no-repeat;
	background-position: top left;

	background-image: image-set(
		url("bg.png") 1x,
		url("bg_2x.png") 2x,
		url("bg_3x.png") 3x
	);
}

h1 {
	font-family: Woffopolis, Roboto, sans-serif;
	font-weight: 500;
	font-size: 3rem;
	color: white;
	pointer-events: none;
	margin: 0 0 0.5rem 0;
}

h2 {
	font-family: Woffopolis, Roboto, sans-serif;
	font-weight: 400;
	font-size: 1.10rem;
	color: white;
	pointer-events: none;
	padding-left: 2px;
	margin: 0;
}

@font-face {
	font-family: Woffopolis;
	src: url("./static/fonts/Woffopolis-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
	font-family: Woffopolis;
	src: url("./static/fonts/Woffopolis-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

