/* Harris Thermal — design tokens
   EXTRACTED VERBATIM from V1: assets/harris-modern.css :root block
   Wave 1 migration. Rules are byte-identical to V1 apart from the changes
   noted below; no design decision was taken here. */
/* THE palette. Plan S4.1 proposes unifying this with the second palette in
   site-widgets.css (#0B2E4F/#1F4E79/#3B82C4) — NOT done: unification is a
   visible change on all 198 pages and is still awaiting sign-off. Both
   palettes are therefore carried forward exactly as V1 has them. */
:root{
  --ht-navy:#021a47;
  --ht-navy-2:#04255f;
  --ht-blue:#0e51a1;
  --ht-blue-bright:#1d6fd1;
  --ht-ink:#1a2333;
  --ht-muted:#5a6577;
  --ht-line:#e3e8f0;
  --ht-bg-soft:#f4f6fa;
  --ht-radius:14px;
  --ht-shadow-lg:0 24px 60px rgba(2,26,71,.18);
  --ht-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
