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;
    }
}

.lil-gui.root.closed {
    width: 25px;
    height: 25px;
    opacity: 0.5;
}

.lil-gui.root.closed .title {
    overflow: hidden;
}

/* It is external class name (lil-gui package) */
/* stylelint-disable-next-line selector-class-pattern */
.lil-gui.root.autoPlace.closed {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

@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: 'Iceberg';
    src: url('../fonts/Iceberg/Iceberg-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}
