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

h1 {
  font-family: "Poppins", sans-serif;
}

.shadow-heavy {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.no-scrollbar {
  -ms-overflow-style: none; /* IE, Edge */
  scrollbar-width: none;    /* Firefox */
}
.no-scrollbar::-webkit-scrollbar {
  display: none;            /* Chrome, Safari, Opera */
}
