:root{
  --dur-instant:90ms; /* @kind other */ --dur-fast:140ms; /* @kind other */ --dur-base:220ms; /* @kind other */ --dur-slow:380ms; /* @kind other */ --dur-page:600ms; /* @kind other */
  --ease-standard:cubic-bezier(.22,.61,.36,1); /* @kind other */
  --ease-out:cubic-bezier(.16,1,.3,1); /* @kind other */
  --ease-in-out:cubic-bezier(.5,0,.5,1); /* @kind other */
  --lift-hover:translateY(-2px); /* @kind other */
  --press-scale:0.97; /* @kind other */
}
