:root{
  --ease-standard:cubic-bezier(.2,.6,.25,1); /* @kind other */
  --ease-out:cubic-bezier(0,.6,.3,1); /* @kind other */
  --dur-fast:120ms; /* @kind other */
  --dur-base:160ms; /* @kind other */
  --dur-slow:280ms; /* @kind other */
  --transition-ui:all var(--dur-base) var(--ease-standard); /* @kind other */
}
@media (prefers-reduced-motion:reduce){
  *{transition:none!important;animation:none!important}
}
