:root{
--dur-fast:120ms; /* @kind other */
--dur-base:200ms; /* @kind other */
--dur-slow:320ms; /* @kind other */
--dur-image:600ms; /* @kind other */
--ease-out:cubic-bezier(.2,.7,.3,1); /* @kind other */
--ease-in-out:cubic-bezier(.4,0,.2,1); /* @kind other */
--transition-color:color var(--dur-base) var(--ease-out),background-color var(--dur-base) var(--ease-out),border-color var(--dur-base) var(--ease-out); /* @kind other */
--transition-lift:transform var(--dur-base) var(--ease-out),box-shadow var(--dur-base) var(--ease-out); /* @kind other */
--transition-zoom:transform var(--dur-image) var(--ease-out); /* @kind other */
--lift-hover:translateY(-2px); /* @kind other */
--press-scale:scale(.985); /* @kind other */
--image-zoom:scale(1.04); /* @kind other */
}
