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: 'Dalelands Uncial Bold Italic';
	src: url('fonts/dalelands uncial bold italic.woff') format('woff');
}

@font-face {
	font-family: 'Dalelands Uncial Bold';
	src: url('fonts/dalelands uncial bold.woff') format('woff');
}

@font-face {
	font-family: 'Dalelands Uncial Condensed Bold';
	src: url('fonts/dalelands uncial condensed bold.woff') format('woff');
}

@font-face {
	font-family: 'Dalelands Uncial Condensed Italic';
	src: url('fonts/dalelands uncial condensed italic.woff') format('woff');
}

@font-face {
	font-family: 'Dalelands Uncial Condensed';
	src: url('fonts/dalelands uncial condensed.woff') format('woff');
}

@font-face {
	font-family: 'Dalelands Uncial Italic';
	src: url('fonts/dalelands uncial italic.woff') format('woff');
}

@font-face {
	font-family: 'Dalelands Uncial';
	src: url('fonts/dalelands uncial.woff') format('woff');
}

