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