:root{
--ease:cubic-bezier(0.4,0,0.2,1); /* @kind other */
--dur-color:200ms; /* @kind other */
--dur-transform:250ms; /* @kind other */
--dur-slow:250ms; /* @kind other */
--transition-color:color var(--dur-color) var(--ease),background-color var(--dur-color) var(--ease),border-color var(--dur-color) var(--ease); /* @kind other */
--transition-transform:transform var(--dur-transform) var(--ease); /* @kind other */
}
@media (prefers-reduced-motion:reduce){
:root{--dur-color:0.01ms; /* @kind other */ --dur-transform:0.01ms; /* @kind other */ --dur-slow:0.01ms; /* @kind other */}
*,*::before,*::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important;scroll-behavior:auto!important}
}
