/* ============================================================
   Dabuller — Motion tokens
   Quick, purposeful, no bounce. The app is a tool — motion
   confirms actions, it never decorates.
   ============================================================ */

:root {
  --ease-standard:  cubic-bezier(0.2, 0, 0, 1);   /* @kind other */
  --ease-out:       cubic-bezier(0, 0, 0.2, 1);   /* @kind other */
  --ease-in:        cubic-bezier(0.4, 0, 1, 1);   /* @kind other */
  --ease-emphasis:  cubic-bezier(0.2, 0, 0, 1.2); /* @kind other */

  --dur-instant:  80ms;  /* @kind other */
  --dur-fast:     140ms; /* @kind other */
  --dur-normal:   220ms; /* @kind other */
  --dur-slow:     320ms; /* @kind other */

  /* Press feedback — buttons & cards shrink slightly */
  --press-scale: 0.97; /* @kind other */
}
