/* ============================================================
   LIT TO LEAD — Colors & Type  (compatibility entry)
   Every existing surface links THIS file. It re-exports the full
   design-system foundation from styles.css (fonts, color, type,
   spacing, radius, shadow tokens + the .ltl-* type classes) and
   then adds the motion tokens below.

   New consumers can link either file — styles.css is the canonical
   scanned foundation; this file is the same thing plus motion.
   ============================================================ */
@import url('styles.css');

:root {
  /* ---- Motion (easings + durations) ----------------------------
     A non-standard token family — kept here, outside the scanned
     core scale, since easing curves and millisecond durations don't
     map to the color/spacing/radius/shadow/font model. */
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-out:    cubic-bezier(0.22, 1, 0.36, 1);
  --dur-fast: 140ms;
  --dur-med:  260ms;
}
