:root{
--ease-out:cubic-bezier(.2,.6,.2,1); /* @kind other */
--ease-in-out:cubic-bezier(.4,0,.2,1); /* @kind other */
--ease-soft:cubic-bezier(.25,.1,.25,1); /* @kind other */
--duration-fast:140ms; /* @kind other */
--duration-base:240ms; /* @kind other */
--duration-slow:420ms; /* @kind other */
--duration-reveal:700ms; /* @kind other */
--transition-color:color var(--duration-fast) var(--ease-out),background-color var(--duration-fast) var(--ease-out),border-color var(--duration-fast) var(--ease-out); /* @kind other */
--transition-transform:transform var(--duration-base) var(--ease-out); /* @kind other */
--press-scale:.985; /* @kind other */
}
@media (prefers-reduced-motion:reduce){:root{
--duration-fast:1ms; /* @kind other */
--duration-base:1ms; /* @kind other */
--duration-slow:1ms; /* @kind other */
--duration-reveal:1ms; /* @kind other */
}}
