:root{
/* Movement is short, linear and mechanical. Opacity and 1–2px position
   changes only: no bounce, no spring, no scale-up entrances, no parallax. */
--dur-instant:80ms;/* @kind other */
--dur-fast:120ms;/* @kind other */
--dur:180ms;/* @kind other */
--dur-slow:280ms;/* @kind other */
--motion-note:0;/* @kind other */
--ease:cubic-bezier(.2,0,.2,1);/* @kind other */
--ease-out:cubic-bezier(0,0,.2,1);/* @kind other */
--ease-linear:linear;/* @kind other */
--transition-control:background-color var(--dur-fast) var(--ease),color var(--dur-fast) var(--ease),border-color var(--dur-fast) var(--ease);/* @kind other */
--transition-surface:opacity var(--dur) var(--ease),transform var(--dur) var(--ease);/* @kind other */
}
@media (prefers-reduced-motion:reduce){:root{--dur-instant:0ms;/* @kind other */--dur-fast:0ms;/* @kind other */--dur:0ms;/* @kind other */--dur-slow:0ms/* @kind other */}}
