:root{
--ease-standard:cubic-bezier(.2,.6,.2,1); /* @kind other */
--ease-out-soft:cubic-bezier(.16,1,.3,1); /* @kind other */
--ease-in-out-soft:cubic-bezier(.5,0,.2,1); /* @kind other */
--duration-instant:90ms; /* @kind other */
--duration-fast:160ms; /* @kind other */
--duration-base:240ms; /* @kind other */
--duration-slow:420ms; /* @kind other */
--duration-reveal:640ms; /* @kind other */
--transition-base:all var(--duration-base) var(--ease-standard);
--hover-lift:translateY(-2px); /* @kind other */
--press-scale:scale(.985); /* @kind other */
}
@media (prefers-reduced-motion:reduce){:root{--duration-instant:0ms; /* @kind other */--duration-fast:0ms; /* @kind other */--duration-base:0ms; /* @kind other */--duration-slow:0ms; /* @kind other */--duration-reveal:0ms; /* @kind other */--hover-lift:none; /* @kind other */--press-scale:none /* @kind other */}}
