:root{
--ease-standard:cubic-bezier(.2,.6,.2,1); /* @kind other */
--ease-out-soft:cubic-bezier(.16,.84,.44,1); /* @kind other */
--ease-in-out-calm:cubic-bezier(.4,0,.2,1); /* @kind other */
--dur-instant:120ms; /* @kind other */
--dur-fast:180ms; /* @kind other */
--dur-base:260ms; /* @kind other */
--dur-slow:520ms; /* @kind other */
--dur-cinematic:900ms; /* @kind other */
--motion-hover:var(--dur-fast) var(--ease-standard); /* @kind other */
--motion-reveal:var(--dur-slow) var(--ease-out-soft); /* @kind other */
}
@media (prefers-reduced-motion:reduce){:root{--dur-fast:1ms; /* @kind other */ --dur-base:1ms; /* @kind other */ --dur-slow:1ms; /* @kind other */ --dur-cinematic:1ms /* @kind other */}}
