@font-face {
	font-family: font;
	src: url('font.woff') format('woff');
}

* {
	box-sizing: border-box;
	-webkit-user-select: none;
	user-select: none;
}

html {
	font-family: sans-serif;
}

body {
	min-width: 100vw;
	min-height: 100vh;
	margin: 0;
}

canvas {
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	background: #000;
}
