:root{
--ease-out:cubic-bezier(.22,1,.36,1); /* @kind other */
--dur-fast:180ms; /* @kind other */
--dur-mid:280ms; /* @kind other */
--dur-slow:450ms; /* @kind other */
--transition-default:all var(--dur-mid) var(--ease-out);
}
@media (prefers-reduced-motion:reduce){:root{--dur-fast:1ms; /* @kind other */
--dur-mid:1ms; /* @kind other */
--dur-slow:1ms /* @kind other */}}
