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: 'abduction';
	src: url('fonts/abduction.ttf') format('truetype');
}

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

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

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

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

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

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

