html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: 'SesameFont', Arial, sans-serif;
	font-weight: bold;
}

canvas {
	position: absolute;
	width: 100%;
	height: 100%;
}

#gameContainer {
	position: relative;
	width: 100%;
	height: 100%;
}

#font-preloader {
	position: absolute;
	top: 0;
	left: -9999px;
	color: white;
}

@font-face {
    font-family: 'SesameFont';
    src: url('./assets/staticAssets/fonts/SesameTeachingBlack.otf') format('opentype');
    font-weight: normal;
}
