body {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background: #0b0422;
    font: 400 14px/1.25 Ui;
}

.wrapper {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    user-select: none;
}

.game,
.game canvas {
    canvas {
        position: absolute;
    }
}

@font-face {
    font-family: Ui;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Roboto/Roboto-Regular.woff2') format('woff2');
}

@font-face {
    font-family: Ui;
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/Roboto/Roboto-Medium.woff2') format('woff2');
}

@font-face {
    font-family: Ui;
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/Roboto/Roboto-Bold.woff2') format('woff2');
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/Montserrat/Montserrat-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/Montserrat/Montserrat-Black.woff2') format('woff2');
}
