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: 'Krub-Light';
	src: url('fonts/krub-light.woff2') format('woff2'), url('fonts/krub-light.woff') format('woff'), url('fonts/krub-light.ttf') format('truetype');
}

@font-face {
	font-family: 'WorkSans-ExtraBold';
	src: url('fonts/worksans-extrabold.woff') format('woff'), url('fonts/worksans-extrabold.woff2') format('woff2'), url('fonts/worksans-extrabold.ttf') format('truetype');
}

@font-face {
	font-family: 'Exo-Bold';
	src: url('fonts/exo-bold.woff2') format('woff2'), url('fonts/exo-bold.woff') format('woff'), url('fonts/exo-bold.ttf') format('truetype');
}

