:root{
--ease-standard:cubic-bezier(.2,.8,.2,1); /* @kind other */
--ease-out:cubic-bezier(.16,1,.3,1); /* @kind other */
--ease-in-out:cubic-bezier(.65,0,.35,1); /* @kind other */
--dur-instant:90ms; /* @kind other */
--dur-fast:160ms; /* @kind other */
--dur-base:240ms; /* @kind other */
--dur-slow:420ms; /* @kind other */
--dur-scroll:700ms; /* @kind other */
--motion-hover:all var(--dur-fast) var(--ease-out); /* @kind other */
--motion-press:transform var(--dur-instant) var(--ease-out); /* @kind other */
--press-scale:0.975; /* @kind other */
--hover-lift:-2px; /* @kind other */
}
