body,
html {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    touch-action: none;
    /* Prevents pull-to-refresh */
}

#your-game-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}



@font-face {
    font-family: 'Roboto';
    src: url('./assets/main/Roboto-VariableFont.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'Alexandria';
    src: url('./assets/main/Alexandria-Regular.woff2') format('woff2'),
        url('./assets/main/Alexandria-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: 'Inter-Regular';
    src: url('./assets/fonts/Inter/Inter-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}