/* ===== Ashal · Motion tokens =====
   Friendly & bouncy but never sluggish. Press = quick shrink; hover = lift. */
:root {
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1); /* @kind other */
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1); /* @kind other */
  --dur-fast: 120ms; /* @kind other */
  --dur-base: 220ms; /* @kind other */
  --dur-slow: 360ms; /* @kind other */

  --press-scale: 0.96; /* @kind other */
  --hover-lift: -3px; /* @kind other */
}
