
 @font-face {
    font-family: 'Asap SemiCondensed';
    src: url('webfonts/firasans-extrabold-webfont.woff2') format('woff2'),
        url('webfonts/firasans-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
 
  @font-face {
    font-family: 'Asap SemiCondensed';
    src: url('webfonts/AsapSemiCondensed-Black.woff2') format('woff2'),
        url('webfonts/AsapSemiCondensed-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }



 body,html{
 	padding: 0px;
 	margin: 0px;
 	width:100%;
 	height:100%;
 	font-family: 'Asap SemiCondensed';
 }
 
 #turn-device {
 	font-family: 'Asap SemiCondensed';
 	background-color: #000;
 	background-image: url(assets/rotate-device.png);
 	background-position: center center;
 	background-repeat: no-repeat;
 	width: 100%;
 	height: 100%;
 	position: absolute;
 	display: none;
 }

 #pre-load-font {
 	font-family: 'Asap SemiCondensed';
 	position: absolute;
 	top:-100px;
 }

#gameHolder {
	background-color: #333;
}