/* ============================================================
   BRAND SHELL. The only file that changes between Entrevo and VT.
   Swap the tokens below, swap the logo files, keep everything else.
   ============================================================ */
:root{
  --deep:#002060;        /* primary. nav, hero, contact */
  --deep-2:#001a4e;      /* diagonal shade on the hero */
  --mid:#434B93;         /* indigo accent block */
  --tint:#F0EDFF;        /* pale card / section wash */
  --ink:#1b2440;         /* body copy on light */
  --ink-soft:#4a5570;
  --line:#c9cede;
  --paper:#ffffff;
  --display:"Calibri Light",Calibri,"Carlito","Segoe UI",sans-serif;
  --body:Calibri,"Carlito","Segoe UI",-apple-system,Helvetica,Arial,sans-serif;
  --logo-height:62px;
}
