:root{
  --duration-instant:90ms; /* @kind other */
  --duration-fast:150ms; /* @kind other */
  --duration-base:220ms; /* @kind other */
  --duration-slow:340ms; /* @kind other */
  --duration-lazy:600ms; /* @kind other */

  --ease-out:cubic-bezier(.22,.68,0,1); /* @kind other */
  --ease-in-out:cubic-bezier(.45,0,.25,1); /* @kind other */
  --ease-pop:cubic-bezier(.34,1.56,.64,1); /* @kind other */ /* the one bounce we allow, on stickers/tags */

  --transition-control:background-color var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out),border-color var(--duration-fast) var(--ease-out),transform var(--duration-fast) var(--ease-out),box-shadow var(--duration-base) var(--ease-out); /* @kind other */
  --press-scale:.97; /* @kind other */
  --hover-lift:translateY(-2px); /* @kind other */
}
