:root{
--dur-instant:120ms; /* @kind other */
--dur-fast:240ms; /* @kind other */
--dur-base:420ms; /* @kind other */
--dur-slow:720ms; /* @kind other */
--dur-cinematic:1200ms; /* @kind other */
--dur-reveal:1600ms; /* @kind other */
--ease-out-quiet:cubic-bezier(.22,1,.36,1); /* @kind other */
--ease-in-out-cine:cubic-bezier(.65,0,.35,1); /* @kind other */
--ease-linear:linear; /* @kind other */
--stagger:120ms; /* @kind other */
--reveal-distance:32px; /* @kind other */
--reveal-distance-lg:64px; /* @kind other */
--parallax-max:6%; /* @kind other */
--gold-line-duration:900ms; /* @kind other */
}
@media (prefers-reduced-motion:reduce){:root{
--dur-instant:1ms; /* @kind other */
--dur-fast:1ms; /* @kind other */
--dur-base:1ms; /* @kind other */
--dur-slow:1ms; /* @kind other */
--dur-cinematic:1ms; /* @kind other */
--dur-reveal:1ms; /* @kind other */
--stagger:0ms; /* @kind other */
--reveal-distance:0px; /* @kind other */
--reveal-distance-lg:0px; /* @kind other */
--parallax-max:0%; /* @kind other */
}}
