﻿@font-face {
    font-family: 'futurakoyu';
    src: url('./font/fk.eot');
    src: url('./font/fk.eot?#iefix') format('embedded-opentype'),
    url('./font/fk.woff') format('woff'),
    url('./font/fk.ttf') format('truetype'),
    url('./font/fk.svg#futurakoyu') format('svg');

    font-weight: normal;
    font-style: normal;

}
* {
	padding: 0;
	margin: 0;
}
html, body {
	background: #000;
	color: #fff;
	/*overflow: hidden;*/
	-ms-touch-action: none;
	width:100%;
	height:100%;
}
canvas {
	touch-action-delay: none;
	touch-action: none;
	-ms-touch-action: none;
	margin: auto;
	position: absolute;
	/*bottom: 0;*/
	left: 0;
	top: 0;
	right: 0;
}
