html, body {
	padding: 0;
	margin: 0;
	overflow: hidden;
	
	background: #000000;
	color: white;
}

html, body, canvas {
	touch-action: none;
	touch-action-delay: none;
}

#notSupportedWrap {
	margin: 2em auto 1em auto;
	width: 75%;
	max-width: 45em;
	border: 2px solid #aaa;
	border-radius: 1em;
	padding: 2em;
	background-color: #f0f0f0;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	color: black;
}

#notSupportedTitle {
	font-size: 1.8em;
}

#notSupportedMessage {
	font-size: 1.2em;
}

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

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

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

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

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

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

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

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

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

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

