*{
    font-family: "Geist", sans-serif;
}


* Chrome, Edge, Safari */
::-webkit-scrollbar {
  display: none;
}

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

/* IE & old Edge */
body {
  -ms-overflow-style: none;
}