@font-face {
	font-family: "BlocHeavyC";

	src: url(./assets/fonts/7409088ea40aef9cdace40370dbec2f8.otf) format("opentype"), 
	  url(./assets/fonts/2b5c51e3011a71f48003f71a36d6722b.ttf) format("truetype"), 
	  url(./assets/fonts/5c08e79feda7d72b8c834a583e33a60b.woff) format("woff"), 
	  url(./assets/fonts/d2cb4465d50e64ae44b8ef4d998d41d6.woff2) format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

html {
	touch-action: none;
}
body, canvas, div {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    overflow-x: hidden;
    height: 100vh;
    width: 100vw;
    background-color: #eeeeee;
}

canvas{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	-webkit-overflow-scrolling: touch;
}
