﻿@font-face {
    font-family: LilFont;
    src: url("resources/fonts/lilfont.eot"); /* IE9 Compat Modes */
    src: url("resources/fonts/lilfont.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("resources/fonts/lilfont.woff") format("woff"), /* Modern Browsers */
    url("resources/fonts/lilfont.ttf") format("truetype"), /* Safari, Android, iOS */
    url("resources/fonts/lilfont.svg#svgFontName") format("svg"); /* Legacy iOS */
}

body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    touch-action: none;
    user-select: none;
}

canvas {
    display: block;
    width: 100%;
    height: 100%;
    background-color: black;
    touch-action: none;
    user-select: none;
    position: fixed
}
