:root{
  --duration-instant:100ms; /* @kind other */
  --duration-fast:180ms; /* @kind other */
  --duration-base:280ms; /* @kind other */
  --duration-slow:480ms; /* @kind other */
  --duration-reveal:700ms; /* @kind other */
  --duration-hero:1100ms; /* @kind other */

  --ease-standard:cubic-bezier(.2,.7,.2,1); /* @kind other */
  --ease-out:cubic-bezier(.22,1,.36,1); /* @kind other */
  --ease-in-out:cubic-bezier(.65,0,.35,1); /* @kind other */
  --ease-image:cubic-bezier(.16,1,.3,1); /* @kind other */

  --stagger-card:80ms; /* @kind other */
  --stagger-line:110ms; /* @kind other */
  --hover-zoom:1.035; /* @kind other */
  --reveal-offset:28px; /* @kind other */
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
    scroll-behavior:auto !important;
  }
}
