:root{
/* Movement is directional and calm: things arrive, they do not bounce. */
--ease-standard:cubic-bezier(0.2,0,0.2,1); /* @kind other */
--ease-out:cubic-bezier(0.16,1,0.3,1); /* @kind other */
--ease-in:cubic-bezier(0.4,0,1,1); /* @kind other */
--duration-instant:80ms; /* @kind other */
--duration-fast:140ms; /* @kind other */
--duration-base:220ms; /* @kind other */
--duration-slow:420ms; /* @kind other */
--duration-reveal:700ms; /* @kind other */
--transition-control:background-color var(--duration-fast) var(--ease-standard),color var(--duration-fast) var(--ease-standard),border-color var(--duration-fast) var(--ease-standard),box-shadow var(--duration-fast) var(--ease-standard); /* @kind other */
--hover-lift:translateY(-1px); /* @kind other */
--press-scale:scale(0.985); /* @kind other */
}
