html {
  scroll-behavior: smooth;
}

::selection {
  background-color: #ddd6fe;
  color: #4c1d95;
}

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