:root{
--duration-instant:50ms; /* @kind other */
--duration-fast:120ms; /* @kind other */
--duration-normal:200ms; /* @kind other */
--duration-slow:320ms; /* @kind other */
--duration-slower:500ms; /* @kind other */
--easing-standard:cubic-bezier(0.2,0,0,1); /* @kind other */
--easing-decelerate:cubic-bezier(0,0,0,1); /* @kind other */
--easing-accelerate:cubic-bezier(0.3,0,1,1); /* @kind other */
--easing-emphasized:cubic-bezier(0.2,0,0.2,1); /* @kind other */
}
@media (prefers-reduced-motion:reduce){*{animation-duration:0.001ms !important;transition-duration:0.001ms !important;}}
