/* La Danse Royale — motion tokens. Slow, weighted fades; never bounces. */
:root {
  --ease-luxe: cubic-bezier(0.19, 1, 0.22, 1); /* @kind other */
  --ease-standard: cubic-bezier(0.4, 0, 0.2, 1); /* @kind other */
  --duration-fast: 200ms; /* @kind other */
  --duration: 350ms; /* @kind other */
  --duration-slow: 700ms; /* @kind other */
}
