:root{
--ease-standard:cubic-bezier(.4,0,.2,1); /* @kind other */
--ease-emphasized:cubic-bezier(.2,0,0,1); /* @kind other */
--motion-fast:120ms; /* @kind other */
--motion-standard:200ms; /* @kind other */
--motion-slow:320ms; /* @kind other */
}
@media (prefers-reduced-motion:reduce){*{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important;scroll-behavior:auto !important}}
