:root{
--kd-dur-instant:90ms;/* @kind other */
--kd-dur-fast:140ms;/* @kind other */
--kd-dur-base:200ms;/* @kind other */
--kd-dur-slow:320ms;/* @kind other */
--kd-dur-slower:520ms;/* @kind other */
--kd-dur-sweep:1400ms;/* @kind other */
/* Decelerating, mechanical. No spring, no bounce, no overshoot. */
--kd-ease-out:cubic-bezier(.16,.84,.44,1);/* @kind other */
--kd-ease-in-out:cubic-bezier(.4,0,.2,1);/* @kind other */
--kd-ease-in:cubic-bezier(.5,0,1,1);/* @kind other */
--kd-ease-hud:cubic-bezier(.2,1,.3,1);/* @kind other */
--kd-ease-linear:linear;/* @kind other */
--kd-lift-hover:-1px;/* @kind spacing */
--kd-press-shift:0.5px;/* @kind spacing */
}
