:root{
/* Slow, weighted, no bounce. Luxury moves once and settles. */
--dur-instant:80ms; /* @kind other */
--dur-fast:160ms; /* @kind other */ 
--dur-base:240ms; /* @kind other */
--dur-slow:420ms; /* @kind other */
--dur-reveal:720ms; /* @kind other */
--ease-standard:cubic-bezier(.22,.61,.36,1); /* @kind other */
--ease-out:cubic-bezier(.16,1,.3,1); /* @kind other */
--ease-in:cubic-bezier(.5,0,.75,0); /* @kind other */
--ease-inout:cubic-bezier(.66,0,.34,1); /* @kind other */
--transition-base:all var(--dur-base) var(--ease-standard); /* @kind other */
--transition-color:color var(--dur-fast) var(--ease-standard),background-color var(--dur-fast) var(--ease-standard),border-color var(--dur-fast) var(--ease-standard); /* @kind other */
--hover-lift:translateY(-2px); /* @kind other */--press-scale:scale(.985); /* @kind other */
}
@media (prefers-reduced-motion:reduce){:root{
--dur-fast:1ms; /* @kind other */
--dur-base:1ms; /* @kind other */
--dur-slow:1ms; /* @kind other */
--dur-reveal:1ms; /* @kind other */
}}
