html,
body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
}

canvas {
    display: block;
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: "PixeloidSans";
    src: url("../resources/Fonts/PixeloidSans.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

input, textarea {
    font-family: "PixeloidSans";
}
