:root{
--dur-press:140ms; /* @kind other */
--dur-hover:180ms; /* @kind other */
--dur-nav:200ms; /* @kind other */
--dur-accordion:260ms; /* @kind other */
--dur-menu:260ms; /* @kind other */
--dur-enter:400ms; /* @kind other */
--dur-form:300ms; /* @kind other */
--ease-plonio:cubic-bezier(0.22,0.61,0.36,1); /* @kind other */
--stagger:70ms; /* @kind other */
}
@media (prefers-reduced-motion:reduce){
:root{--dur-press:0ms;/* @kind other */--dur-hover:0ms;/* @kind other */--dur-nav:0ms;/* @kind other */--dur-accordion:0ms;/* @kind other */--dur-menu:0ms;/* @kind other */--dur-enter:0ms;/* @kind other */--dur-form:0ms/* @kind other */}
html{scroll-behavior:auto !important}
*,*::before,*::after{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important;scroll-behavior:auto !important}
}
