/* KE Design System — Motion: EINE Kurve, drei Tempi.
   --ease-spring nur als Wuerze (CTA, Karten, Nav). */
:root {
  --ease-luxe: cubic-bezier(0.22, 1, 0.36, 1); /* @kind other */
  --ease-spring: cubic-bezier(0.34, 1.5, 0.5, 1); /* @kind other */
  --dur-fast: 140ms; /* @kind other */
  --dur-med: 280ms; /* @kind other */
  --dur-slow: 600ms; /* @kind other */
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
