@font-face {
    font-family: 'Overused Grotesk';
    src:
        url('OverusedGrotesk-VF.woff2') format('woff2 supports variations'),
        url('OverusedGrotesk-VF.woff2') format('woff2-variations');
    font-weight: 300 700;
    font-feature-settings: "ss03", "ss05", "ss06";
}

html {
    height: 100%;
    overflow: hidden;
    font-family: 'Overused Grotesk', Helvetica, Arial, sans-serif;
}

body {
    background: black;
    color: white;
    position: fixed;
    margin: 0;
    height: 100%;
    overflow: hidden;
    touch-action: none;
    overscroll-behavior-y: none;
}

canvas, input {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    touch-action: none;
}

input {
    pointer-events: none;
    opacity: 0;  
    font-size: 1em;
}

noscript {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-inline: 20%;
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 3vw;
    font-weight: 700;
}