html.lenis {
    height: auto;
}
.lenis.lenis-smooth {
    scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}
.lenis.lenis-stopped {
    overflow: hidden;
}

::selection {
    background: #666AE5;
    color: white;
}

/* Chrome, Safari, Edge */
 ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

/* Firefox */
 html {
    scrollbar-width: none;
}

  /* IE (legacy) */
  html {
    -ms-overflow-style: none;
}
