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: 'kenney_mini_square-webfont';
	src: url('fonts/kenney_mini_square-webfont.woff') format('woff');
}

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

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

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

