/* ================================================================
   boraADS — Motion tokens (theme-agnostic)
   Fast, resolved motion. 120-220ms on one brand easing curve.
   The pulsing pip is reserved for live in-flight state only.
   All motion respects prefers-reduced-motion (see base.css).
   ================================================================ */
:root {
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1); /* @kind other */
  --dur-fast: 120ms; /* @kind other */
  --dur:      160ms; /* @kind other */
  --dur-slow: 220ms; /* @kind other */
}
