/* css/scroll.css */

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

* {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
