:root{
--ease-editorial:cubic-bezier(0.16,1,0.3,1); /* @kind other */
--duration-fast:150ms; /* @kind other */
--duration-base:250ms; /* @kind other */
--duration-slow:500ms; /* @kind other */
--duration-flash:80ms; /* @kind other */
--reveal-distance:20px; /* @kind other */
--stagger-step:100ms; /* @kind other */
--parallax-ratio:0.6; /* @kind other */
}
@media (prefers-reduced-motion:reduce){
*{animation-duration:0.001ms !important;transition-duration:0.001ms !important;}
}
