/* -----------------------------------------------------------------------------
   MOTION — the site's two easings and its transition speeds
   -------------------------------------------------------------------------- */
:root {
  --dai-ease:     cubic-bezier(0.2, 0.7, 0.2, 1); /* @kind other */
  --dai-ease-out: cubic-bezier(0.16, 1, 0.3, 1); /* @kind other */
  --dai-dur-fast:   0.18s; /* @kind other */
  --dai-dur:        0.25s; /* @kind other */
  --dai-dur-slow:   0.4s; /* @kind other */
  --dai-dur-slower: 0.7s; /* @kind other */
}
