:root{
  --dur-fast:250ms; /* @kind other */
  --dur-base:400ms; /* @kind other */
  --dur-slow:600ms; /* @kind other */
  --dur-cinematic:1000ms; /* @kind other */

  --ease-luxury:cubic-bezier(.22,1,.36,1); /* @kind other */
  --ease-out-soft:cubic-bezier(.16,.84,.44,1); /* @kind other */
  --ease-in-out-soft:cubic-bezier(.65,.05,.36,1); /* @kind other */

  --lift-hover:translateY(-6px); /* @kind other */
  --press-scale:.985; /* @kind other */
  --zoom-image:1.06; /* @kind other */
}
