/* ============================================================
   MEDICORTEX — MOTION TOKENS
   Restrained, precise motion. Quick fades + small lifts; no bounce.
   Mirrors a clinical, confident product voice.
   ============================================================ */
:root {
  --dur-instant: 80ms;  /* @kind other */
  --dur-fast:    140ms; /* @kind other */
  --dur-base:    220ms; /* @kind other */
  --dur-slow:    360ms; /* @kind other */
  --dur-slower:  600ms; /* @kind other */

  /* Easings */
  --ease-standard: cubic-bezier(0.4, 0, 0.2, 1);   /* @kind other */
  --ease-out:      cubic-bezier(0.16, 1, 0.3, 1);  /* @kind other */
  --ease-in:       cubic-bezier(0.4, 0, 1, 1);     /* @kind other */
  --ease-emphasis: cubic-bezier(0.2, 0.8, 0.2, 1); /* @kind other */
}
