#hero {
  background-image: url("./assets/landing/hero.bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body {
  font-family: "Poppins", sans-serif;
}

body {
  font-family: "Poppins", sans-serif;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.scrollbar-hide {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
