/* State of Proof — motion tokens. Motion = state transitions: planes shift, lines redraw, values swap. Precise and quick; no bounce, no float, no gratuitous loops. Respect prefers-reduced-motion (see base.css). */
:root{
--dur-1:120ms;/* @kind other */
--dur-2:200ms;/* @kind other */
--dur-3:320ms;/* @kind other */
--dur-4:560ms;/* @kind other */
--ease-state:cubic-bezier(.2,0,0,1);/* @kind other */
--ease-out:cubic-bezier(0,0,.2,1);/* @kind other */
--ease-in-out:cubic-bezier(.45,0,.2,1);/* @kind other */
--shift-x:6px;/* @kind spacing */
--shift-y:-4px;/* @kind spacing */
}
