html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.no-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.grid-dots {
  background-image: radial-gradient(rgba(19, 19, 19, 0.12) 1px, transparent 1px);
  background-size: 24px 24px;
}
