:root{
--motion-fast:150ms; /* @kind other */  /* hover/active on buttons, icons, links */
--motion-base:250ms; /* @kind other */  /* dropdown, accordion, toast */
--motion-slow:400ms; /* @kind other */  /* banner slides, large blocks */
--motion-ease:cubic-bezier(0.2,0,0.2,1); /* @kind other */ /* ease-out, no overshoot. bounce/elastic/back are prohibited */
}
