:root{
  --dur-fast:120ms; /* @kind other */
  --dur:180ms; /* @kind other */
  --dur-slow:320ms; /* @kind other */
  --dur-marquee:22s; /* @kind other */

  --ease-out:cubic-bezier(.22,.61,.36,1); /* @kind other */
  --ease-pop:cubic-bezier(.34,1.56,.64,1); /* @kind other */
  --ease-in-out:cubic-bezier(.45,.05,.55,.95); /* @kind other */

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