:root{
  --ease-cine:cubic-bezier(0.16,1,0.3,1); /* @kind other */
  --ease-standard:cubic-bezier(0.4,0,0.2,1); /* @kind other */
  --ease-in-out-slow:cubic-bezier(0.65,0,0.35,1); /* @kind other */

  --dur-fast:180ms; /* @kind other */
  --dur-base:400ms; /* @kind other */
  --dur-slow:900ms; /* @kind other */
  --dur-cine:1400ms; /* @kind other */

  --stagger:90ms; /* @kind other */
}
@media (prefers-reduced-motion:reduce){
  :root{
    --dur-fast:1ms; /* @kind other */
    --dur-base:1ms; /* @kind other */
    --dur-slow:1ms; /* @kind other */
    --dur-cine:1ms; /* @kind other */
    --stagger:0ms; /* @kind other */
  }
}
