@font-face {
	font-family: alphakind;
	src: url(assets/fnt/Alphakind.otf);
}
@font-face {
	font-family: roboto;
	src: url(assets/fnt/Roboto-Regular.ttf);
}
body {
	width: 100vw;
	height: 100vh;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	display: flex;
	background: #000;
/* 	cursor: none; */
}
#gamewindow {
	margin: auto;
	aspect-ratio: 16/9;
	width: 100%;
	height: 100%;
	pointer-events: none;
/* 	image-rendering: pixelated; */
}
