:root{
--ease-standard:cubic-bezier(.2,.6,.2,1);/* @kind other */
--ease-out:cubic-bezier(.16,1,.3,1);/* @kind other */
--dur-fast:120ms/* @kind other */;
--dur-base:180ms/* @kind other */;
--dur-slow:280ms/* @kind other */;
--hover-lift:-1px;/* @kind spacing */
--press-scale:.985;/* @kind other */
}
@media (prefers-reduced-motion:reduce){:root{--dur-fast:0ms;/* @kind other */--dur-base:0ms;/* @kind other */--dur-slow:0ms;/* @kind other */}}
