:root{
--dur-instant:120ms; /* @kind other */
--dur-fast:200ms; /* @kind other */
--dur-base:320ms; /* @kind other */
--dur-slow:600ms; /* @kind other */
--dur-hero:1200ms; /* @kind other */
--ease-out:cubic-bezier(0.22,1,0.36,1); /* @kind other */
--ease-inout:cubic-bezier(0.65,0,0.35,1); /* @kind other */
--ease-press:cubic-bezier(0.34,1.56,0.64,1); /* @kind other */
--press-scale:0.98; /* @kind other */
--arrow-shift:3px; /* @kind other */
--stagger:20ms; /* @kind other */
}
@media (prefers-reduced-motion:reduce){:root{
--dur-instant:120ms; /* @kind other */
--dur-fast:120ms; /* @kind other */
--dur-base:120ms; /* @kind other */
--dur-slow:120ms; /* @kind other */
--dur-hero:120ms; /* @kind other */
--ease-out:linear; /* @kind other */
--ease-inout:linear; /* @kind other */
--ease-press:linear; /* @kind other */
--press-scale:1; /* @kind other */
--arrow-shift:0px; /* @kind other */
--stagger:0ms; /* @kind other */
}}
