/* Witly Design System — Motion tokens
   Motion reinforces progression: short, ease-out, never bouncy. Respect prefers-reduced-motion. */
:root {
  --dur-fast: 120ms; /* @kind other */
  --dur-base: 160ms; /* @kind other */
  --dur-slow: 220ms; /* @kind other */
  --dur-slower: 320ms; /* @kind other */

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1); /* @kind other */
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1); /* @kind other */
  --ease-standard: cubic-bezier(0.4, 0, 0.2, 1); /* @kind other */
}
