/* =====================================================================
   ARKE CREATIVE — Motion tokens
   Calm and understated. Short fades / gentle slides, ease-out timing.
   No bounce, no playful spring.
   ===================================================================== */

:root {
  --ease: cubic-bezier(.2,.6,.2,1);   /* @kind other */ /* gentle ease-out */
  --ease-out: cubic-bezier(.2,.8,.2,1); /* @kind other */

  --dur-fast: 160ms;   /* @kind other */
  --dur: 240ms;        /* @kind other */ /* default (~200–260ms window) */
  --dur-slow: 360ms;   /* @kind other */
}
