:root{
/* Slow, settled, hand-paced. Nothing springs or bounces. */
--dur-fast:180ms; /* @kind other */
--dur-base:320ms; /* @kind other */
--dur-slow:560ms; /* @kind other */
--dur-drift:1200ms; /* @kind other */
--ease-clay:cubic-bezier(.22,.61,.24,1); /* @kind other */
--ease-out:cubic-bezier(.16,1,.3,1); /* @kind other */
--transition-base:all var(--dur-base) var(--ease-clay); /* @kind other */
--transition-color:color var(--dur-base) var(--ease-clay),background-color var(--dur-base) var(--ease-clay),border-color var(--dur-base) var(--ease-clay); /* @kind other */
}
@media (prefers-reduced-motion:reduce){:root{--dur-fast:0ms; /* @kind other */
--dur-base:0ms; /* @kind other */
--dur-slow:0ms; /* @kind other */
--dur-drift:0ms; /* @kind other */
}}
