:root {
  --dur-fast: 120ms; /* @kind other */
  --dur-mid: 220ms; /* @kind other */
  --dur-slow: 380ms; /* @kind other */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1); /* @kind other */
}

@media (prefers-reduced-motion: reduce) {
  :root {
    --dur-fast: 0ms; /* @kind other */
    --dur-mid: 0ms; /* @kind other */
    --dur-slow: 0ms; /* @kind other */
  }
}
