/* Rtech motion — measured. Short durations, ease-out for entrances, ease-in for exits.
   No bounce, no springs. The brand is "tranquila". */
:root{
  --dur-instant:80ms;  /* @kind other */
  --dur-fast:140ms;    /* @kind other */
  --dur-base:200ms;    /* @kind other */
  --dur-slow:320ms;    /* @kind other */
  --dur-lazy:520ms;    /* @kind other */

  --ease-standard:cubic-bezier(.2,.6,.2,1); /* @kind other */
  --ease-out:cubic-bezier(.2,.8,.2,1);      /* @kind other */
  --ease-in:cubic-bezier(.4,0,.6,1);        /* @kind other */
  --ease-in-out:cubic-bezier(.4,.0,.2,1);   /* @kind other */
}
