* {
    touch-action: manipulation;
}

:root {
    --font: #282828;
    --white: #FAF9F6;
    --аccent: #83F3FF;
    --border: 1.5px solid #2F2F2F;
}

@font-face {
  font-family: 'Despair';
  src: local(Despair Display Bold), local(DespairDisplay-Bold), url('/fonts/DespairDisplay-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
    margin: 0;
    overflow-x: hidden;
    
}

  
body::-webkit-scrollbar {
    display: none;
}

.webgl-background_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

canvas {
    width: 100%;
    height: 100%;
}


.webgl-background_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    height: 100lvh;
    z-index: -1
}

.webgl-background_container.active {
    opacity: 0.2;
    }

::selection {
    background: #7fdee8dd;
    color: #000000;
}

h1, h2, h3, h4 h5, h6, p{
    font-family: "Roboto", serif;   
    font-weight: 350;
    color: var(--font);
}

