﻿html, body {
    background: black;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
}

@font-face {
    font-family: "Bounded";
    src: url("./fonts/bounded-black.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.fullscreen {
    width: 100%;
    height: 100%;
}

#unity-container {
    width: 100%;
    height: 100%;
    position: fixed;
}

canvas {
    width: 100% !important;
    height: 100% !important;
    scale: 1;
}
