/* tokens.css — single source of the brand palette for every VDR page and app.
   Linked from the VDR pages and the signing apps so colors live in one place. */
:root{
  --navy:#164861; --steel:#285F98; --corn:#5594D7; --sky:#2CB0EE;
  --ink:#1F2A37; --slate:#4A5568; --mist:#F0F4F9; --white:#FFFFFF;
  --line:#e2e9f1; --red:#D7443E;
  /* semantic aliases used by the signing-app UI (same values, different names) */
  --text:#1F2A37; --muted:#4A5568; --fill:#F0F4F9;
  --border:#CBD5E1; --error:#DC2626; --success:#16A34A;
}
