/* ===== ADR v2 — design tokens =====
   Extracted from the inlined <style> of the ADR v2 comp, 2026-07-29.
   Pure refactor: no declaration was added, removed or re-valued. */
:root{
  --navy:#182643; --navy-soft:#22335a; --ink:#182643; --ink-body:#31404f; --gray:#b1b1b1;
  --cream:#f4f4ef; --paper:#ffffff;
  --rule:rgba(177,177,177,.5); --rule-light:rgba(255,255,255,.16);
  --f-display:"Montserrat","Helvetica Neue",Arial,sans-serif;
  --f-body:"Hanken Grotesk","Helvetica Neue",Arial,sans-serif;
  --container:1220px; --gutter:32px;
  --shadow-sm:0 4px 16px rgba(24,38,67,.10);
  --shadow-md:0 18px 44px rgba(24,38,67,.18);
}
