:root{
  --duration-fast: 150ms; /* @kind other */
  --duration-normal: 300ms; /* @kind other */
  --duration-slow: 600ms; /* @kind other */
  --duration-enter: 600ms; /* @kind other */
  --stagger: 80ms; /* @kind other */
  --ease-precise: cubic-bezier(0.22, 1, 0.36, 1); /* @kind other */
  --ease-out: ease-out; /* @kind other */
  --enter-shift: 24px;
  --breakpoint-fio: 900px;
}
@media (prefers-reduced-motion: reduce){
  :root{
    --duration-fast: 0ms; /* @kind other */
    --duration-normal: 0ms; /* @kind other */
    --duration-slow: 0ms; /* @kind other */
    --duration-enter: 0ms; /* @kind other */
    --stagger: 0ms; /* @kind other */
    --enter-shift: 0px;
  }
}
