:root{
--dur-instant:90ms;/* @kind other */--dur-fast:160ms;/* @kind other */--dur-base:240ms;/* @kind other */--dur-slow:400ms;/* @kind other */--dur-slower:650ms;/* @kind other */
--ease-out:cubic-bezier(.22,1,.36,1);/* @kind other */
--ease-in-out:cubic-bezier(.65,0,.35,1);/* @kind other */
--ease-bounce:cubic-bezier(.34,1.56,.64,1);/* @kind other */
--t-hover:transform var(--dur-fast) var(--ease-out),box-shadow var(--dur-fast) var(--ease-out),background-color var(--dur-fast) var(--ease-out),opacity var(--dur-fast) var(--ease-out);/* @kind other */
--lift-hover:translateY(-3px);/* @kind other */
--lift-cover:scale(1.035);/* @kind other */
--press:scale(.97);/* @kind other */
}
