html{scroll-behavior:smooth}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation:none!important;transition:none!important}
}
.btn{transition:transform .15s ease,background .15s ease}
.svc{transition:transform .15s ease,box-shadow .15s ease}
