@font-face {
    font-family: panamera;
    src: url(fonts/Panamera-Bold.woff2);
}

@font-face {
    font-family: writer;
    src: url(fonts/PPWriter-Thin.otf);
}

*{
   cursor: none !important;
  }
  



:root{
    --c1 : #2cfecc;
    --c2 : #f2f1f0;
    --c3 : #cfd1d2;
    --titreSize : 2.6vw;
    color-scheme: only light;
  
}
a{
    text-decoration: unset;
    border: none;
    color: unset;
}


::selection{
    background-color: black;
    color: var(--c1);
}

#bg{
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    pointer-events: none;
    height: 100vh;
    width: 100vw;
  }

body{
    margin: 0 auto;
    scroll-behavior: smooth;
    background-color: #f2f1f0;
}

#circle{
    position: fixed;
    display: block;
    top: -50px;
    left: -50px;
    border-radius: 50%;
    width: 22px;
    z-index: 101;
    height: 22px;
    pointer-events: none;
    background-color: var(--c1);
  }