/* TOKO.AI — MOTION TOKENS
   Snappy, confident easing (Airbnb/Uber-grade) — no linear, no bounce.
   Short durations; motion supports feedback, never decorates. */
:root {
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1); /* @kind other */
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1); /* @kind other */
  --duration-fast: 120ms; /* @kind other */
  --duration-base: 200ms; /* @kind other */
  --duration-slow: 360ms; /* @kind other */
  /* Senja — entrance/hover spring, chart-draw duration, ambient (sun breathe) duration. */
  --ease-senja: cubic-bezier(0.2, 0.75, 0.3, 1); /* @kind other */
  --duration-slower: 700ms; /* @kind other */
  --duration-ambient: 6500ms; /* @kind other */
}
