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;
}

/* bbcode styles */
.bbCodeH1 {
	font-size: 2em;
	font-weight: bold;
}

.bbCodeH2 {
	font-size: 1.5em;
	font-weight: bold;
}

.bbCodeH3 {
	font-size: 1.25em;
	font-weight: bold;
}

.bbCodeH4 {
	font-size: 1.1em;
	font-weight: bold;
}

.bbCodeItem::before {
	content: " • ";
}


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

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

@font-face {
	font-family: 'DEADWAXDEMOHARD-GXADP';
	src: url('fonts/DEADWAXDEMOHARD-GXADP.TTF') format('truetype');
}

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

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

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

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

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

