:root{
--ease-spring:cubic-bezier(.34,1.56,.64,1); /* @kind other */

--ease-out:cubic-bezier(.22,1,.36,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:380ms; /* @kind other */
--dur-sheet:460ms; /* @kind other */

--press-scale:.96; /* @kind other */

--transition-press:transform var(--dur-fast) var(--ease-spring),background-color var(--dur-fast) var(--ease-out),opacity var(--dur-fast) var(--ease-out); /* @kind other */

}
