:root{
  --ease-drift:cubic-bezier(.22,.61,.36,1); /* @kind other */
  --ease-out-soft:cubic-bezier(.16,1,.3,1); /* @kind other */
  --ease-in-out-soft:cubic-bezier(.65,0,.35,1); /* @kind other */

  --dur-quick:160ms; /* @kind other */
  --dur-base:280ms; /* @kind other */
  --dur-slow:600ms; /* @kind other */
  --dur-drift:1200ms; /* @kind other */

  --hover-lift:translateY(-2px); /* @kind other */
  --press-scale:scale(.985); /* @kind other */
}
