:root{
  --duration-instant:80ms; /* @kind other */
  --duration-fast:140ms; /* @kind other */
  --duration-base:220ms; /* @kind other */
  --duration-slow:380ms; /* @kind other */

  --ease-out-brand:cubic-bezier(.2,.8,.2,1); /* @kind other */
  --ease-in-out-brand:cubic-bezier(.6,0,.2,1); /* @kind other */
  --ease-pop:cubic-bezier(.34,1.56,.64,1); /* @kind other */

  --press-scale:0.97; /* @kind other */
  --hover-lift:-2px; /* @kind other */
}
