@font-face {
    font-family: 'MinecraftFont';
    src: url('minecraftfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body, div, span, button, input, textarea, select, option, label, p, h1, h2, h3, h4, h5, h6, a {
    font-family: 'MinecraftFont', 'Minecraft', monospace !important;
}

body {
    margin: 0;
    font-family: 'MinecraftFont', 'Minecraft', monospace !important;
}

* {
    font-family: 'MinecraftFont', 'Minecraft', monospace !important;
}

canvas {
    position: absolute;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -webkit-crisp-edges; /* Webkit (Safari) */
    image-rendering: pixelated; /* Chrome */
}

.fullscreen {
    position: absolute;
    float: left;
    display: block;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000 url('loading.png') center center no-repeat;
    background-size: cover;
    z-index: 9999;
}