/* FUEGO — motion. One curve: the gate launch — fast out of the gate, long settle. */
:root{
  --ease-fuego:cubic-bezier(.45,0,.15,1); /* @kind other */
  --dur-fast:180ms; /* @kind other */
  --dur-base:320ms; /* @kind other */
  --dur-slow:640ms; /* @kind other */
}
