:root{
/* Fades and short translations only. Nothing overshoots, nothing bounces. */
--ease-out:cubic-bezier(0.22,0.61,0.36,1); /* @kind other */
--ease-standard:cubic-bezier(0.2,0,0,1); /* @kind other */
--ease-in-out:cubic-bezier(0.4,0,0.2,1); /* @kind other */
--dur-instant:80ms; /* @kind other */
--dur-fast:140ms; /* @kind other */
--dur-base:220ms; /* @kind other */
--dur-slow:360ms; /* @kind other */
--dur-page:520ms; /* @kind other */
--transition-control:background-color var(--dur-fast) var(--ease-out),border-color var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out); /* @kind other */
--lift-press:translateY(0.5px); /* @kind other */
}
