html, body {
	padding: 0;
	margin: 0;
	overflow: hidden;
	
	background: #000000;
	color: white;
}

html, body, canvas {
	touch-action: none;
	touch-action-delay: none;
}

@font-face {
	font-family: 'whalebone demo';
	src: url('fonts/whalebone demo.otf') format('opentype');
}

@font-face {
	font-family: 'exo-variablefont_wght';
	src: url('fonts/exo-variablefont_wght.ttf') format('truetype');
}

