/* ============================================================
   TERIAC — Motion tokens
   Calm, clinical, confident. No bounce, no overshoot. Gentle
   fades and short slides on an ease-out curve. Reassurance over
   playfulness.
   ============================================================ */
:root {
  --dur-instant: 80ms;    /* @kind other */
  --dur-fast:    120ms;   /* @kind other */
  --dur-base:    180ms;   /* @kind other */
  --dur-slow:    260ms;   /* @kind other */
  --dur-slower:  400ms;   /* @kind other */

  --ease-out:    cubic-bezier(0.22, 1, 0.36, 1); /* @kind other */
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);   /* @kind other */
  --ease-standard: cubic-bezier(0.4, 0, 0.2, 1); /* @kind other */
}
