:root{
  /* Malini barely moves. Colour changes on hover, a 1px press, a blinking
     status dot, a slow spin on a loader. No bounces, no springs, no parallax. */
  --dur-press:.12s; /* @kind other */
  --dur-hover:.15s; /* @kind other */
  --dur-toggle:.2s; /* @kind other */
  --dur-blink:1.6s; /* @kind other */
  --dur-spin:2.2s; /* @kind other */
  --ease-default:ease; /* @kind other */
  --press-offset:translateY(1px); /* @kind other */
}
