/* Motion is restrained: opacity and colour only, no bounce, no scale-in. */
:root{
  --dur-fast:120ms; /* @kind other */
  --dur:180ms; /* @kind other */
  --dur-slow:280ms; /* @kind other */
  --ease:cubic-bezier(.2,.6,.2,1); /* @kind other */
  --ease-out:cubic-bezier(0,0,.2,1); /* @kind other */
  --press-scale:0.985; /* @kind other */
}
