.game {
    position: absolute;
}

.game 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: RubikBold;
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Rubik-Bold.ttf') format('truetype');
}

@font-face {
    font-family: RubikExtraBold;
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/Rubik-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: RubikBlack;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/Rubik-Black.ttf') format('truetype');
}

@font-face {
    font-family: ChangaOne;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ChangaOne-Regular.ttf') format('truetype');
}

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

option {
    background-color: #424242;
}
