:root{
  --dur-instant:90ms; /* @kind other */
  --dur-fast:150ms; /* @kind other */
  --dur-base:220ms; /* @kind other */
  --dur-slow:380ms; /* @kind other */
  --dur-scenic:700ms; /* @kind other */
  /* default easing: quick out, soft landing */
  --ease-out:cubic-bezier(.22,.72,.24,1); /* @kind other */
  --ease-in-out:cubic-bezier(.5,0,.5,1); /* @kind other */
  /* chips and toasts only, sparingly */
  --ease-bounce:cubic-bezier(.34,1.42,.64,1); /* @kind other */
  --transition-control:background-color var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out),box-shadow var(--dur-fast) var(--ease-out),transform var(--dur-fast) var(--ease-out),border-color var(--dur-fast) var(--ease-out); /* @kind other */
  --lift-hover:translateY(-2px); /* @kind other */
  --press-scale:scale(.98); /* @kind other */
}
@media (prefers-reduced-motion:reduce){:root{
  --dur-fast:1ms; /* @kind other */
  --dur-base:1ms; /* @kind other */
  --dur-slow:1ms; /* @kind other */
  --dur-scenic:1ms; /* @kind other */
  --lift-hover:none; /* @kind other */
}}
