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;
}

.notSupportedMessage em {
	color: #888;
}


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

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

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

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

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

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

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

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

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

