:root{
  --duration-ui:200ms; /* @kind other */
  --duration-ui-slow:300ms; /* @kind other */
  --duration-reveal:500ms; /* @kind other */
  --ease-standard:cubic-bezier(.2,.6,.2,1); /* @kind other */
  --ease-out:cubic-bezier(.16,1,.3,1); /* @kind other */
  --lift-button:-1px;
  --lift-card:-2px;
  --reveal-offset:16px;
}
@media (prefers-reduced-motion:reduce){
  :root{
    --duration-ui:0ms; /* @kind other */
    --duration-ui-slow:0ms; /* @kind other */
    --duration-reveal:0ms; /* @kind other */
    --lift-button:0px;
    --lift-card:0px;
    --reveal-offset:0px;
  }
}
