:root{
--duration-fast:150ms; /* @kind other */
--duration-base:250ms; /* @kind other */
--duration-slow:400ms; /* @kind other */
--ease:cubic-bezier(0.25,0.1,0.25,1); /* @kind other */
}
@media (prefers-reduced-motion:reduce){
:root{--duration-fast:0ms; /* @kind other */ --duration-base:0ms; /* @kind other */ --duration-slow:0ms; /* @kind other */}
}