:root{
  --dur-fast:.28s; /* @kind other */
  --dur:.6s; /* @kind other */
  --dur-slow:1s; /* @kind other */
  --ease-out:cubic-bezier(.22,1,.36,1); /* @kind other */
  --ease-inout:cubic-bezier(.65,0,.35,1); /* @kind other */
  --stagger:.06s; /* @kind other */
}
@media (prefers-reduced-motion:reduce){
  :root{ --dur-fast:0s; /* @kind other */ --dur:0s; /* @kind other */ --dur-slow:0s; /* @kind other */ }
}
