:root{
  --ease-standard:cubic-bezier(.4,0,.2,1); /* @kind other */
  --ease-out-soft:cubic-bezier(.22,.61,.36,1); /* @kind other */
  --ease-in-out-soft:cubic-bezier(.45,0,.25,1); /* @kind other */
  --duration-fast:150ms; /* @kind other */
  --duration-base:250ms; /* @kind other */
  --duration-slow:400ms; /* @kind other */
  --duration-reveal:700ms; /* @kind other */
  --hover-lift:-3px; /* @kind spacing */
  --press-scale:.98; /* @kind other */
}
@media (prefers-reduced-motion:reduce){:root{--duration-fast:0ms; /* @kind other */--duration-base:0ms; /* @kind other */--duration-slow:0ms; /* @kind other */--duration-reveal:0ms; /* @kind other */--hover-lift:0px}}
