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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

