:root{
  --ease-out:cubic-bezier(.22,.61,.36,1); /* @kind other */
  --ease-inout:cubic-bezier(.4,0,.2,1); /* @kind other */
  --dur-reveal:560ms; /* @kind other */
  --dur-hover:250ms; /* @kind other */
  --dur-fast:160ms; /* @kind other */
  --dur-slow:900ms; /* @kind other */
  --reveal-shift:16px; /* @kind other */
  --stagger:80ms; /* @kind other */
  --lift-hover:-4px; /* @kind other */
  --ticker-duration:38s; /* @kind other */
}
@media (prefers-reduced-motion:reduce){:root{
  --dur-reveal:1ms; /* @kind other */
  --dur-hover:1ms; /* @kind other */
  --reveal-shift:0px; /* @kind other */
  --stagger:0ms; /* @kind other */
  --lift-hover:0px; /* @kind other */
}}
