:root{
--ease-brand:cubic-bezier(0.22,1,0.36,1); /* @kind other */
--duration-fast:150ms; /* @kind other */
--duration-normal:250ms; /* @kind other */
--duration-slow:450ms; /* @kind other */
--duration-reveal:750ms; /* @kind other */
--transition-fast:all 150ms cubic-bezier(0.22,1,0.36,1); /* @kind other */
--transition-normal:all 250ms cubic-bezier(0.22,1,0.36,1); /* @kind other */
--transition-slow:all 450ms cubic-bezier(0.22,1,0.36,1); /* @kind other */
--lift-hover:translateY(-4px); /* @kind other */
--nudge-x:translateX(4px); /* @kind other */
--scale-image-hover:scale(1.05) /* @kind other */
}
