/* ============================================================
   Termdeck — Motion
   Quick, confident, minimal bounce.

   This file used to open with a shadow vocabulary too: --shadow-xs
   through --shadow-xl in "the Stripe idiom" (cool-tinted, layered,
   soft), a --shadow-brand carrying the retired ember orange, a
   --ring-inset pointing at an undefined --border-subtle, and a
   --transition-base that animated `all`. Not one of them was
   referenced anywhere in public/, and their premise contradicted the
   system that actually shipped: depth here is TONAL, not cast, and
   the two surfaces allowed a shadow (popover, overlay) carry their
   own values in colors.css. See DESIGN.md's Flat-Console Rule.
   ============================================================ */

:root {
  --ease-standard: cubic-bezier(0.2, 0.6, 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 */
  --duration-fast: 120ms; /* @kind other */
  --duration-base: 180ms; /* @kind other */
  --duration-slow: 280ms; /* @kind other */
}
