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: 'Aero Matics Bold';
	src: url('fonts/aero matics bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Aero Matics Display Bold_0';
	src: url('fonts/aero matics display bold_0.ttf') format('truetype');
}

@font-face {
	font-family: 'Aero Matics Display Regular_0';
	src: url('fonts/aero matics display regular_0.ttf') format('truetype');
}

@font-face {
	font-family: 'Aero Matics Regular';
	src: url('fonts/aero matics regular.ttf') format('truetype');
}

