/* ============================================================
   clone-adjust.css
   Minimal override so the clone pixel-matches the Netlify source
   while still importing design-tokens.css.

   Logged in CONFLICTS.md #1: body line-height (spec = 1.7, source = normal).
   Without this override the inherited 1.7 leading from design-tokens
   inflates sidebar row heights and breaks the 390px match.
   ============================================================ */

body { line-height: normal; }
