:root{
  --silcom-ease-out:cubic-bezier(.2,.6,.2,1); /* @kind other */
  --silcom-ease-in:cubic-bezier(.4,0,.9,.3); /* @kind other */
  --silcom-ease-in-out:cubic-bezier(.4,0,.2,1); /* @kind other */
  --silcom-dur-instant:80ms;   /* @kind other */
  --silcom-dur-fast:150ms;     /* @kind other */
  --silcom-dur-base:250ms;     /* @kind other */
  --silcom-dur-slow:400ms;     /* @kind other */
}
