/* Approved identity shared by every Veritas Workstation page. */
:root {
  --ground:#102543;
  --surface:#152e4e;
  --surface-raised:#1b3656;
  --ink:#eee9df;
  --ink-soft:#c5cfda;
  --ink-faint:#afbdcc;
  --chrome:#ded2b5;
  --chrome-strong:#eee9df;
  --accent:#ceb77c;
  --accent-strong:#e3cda0;
  --accent-tint:rgba(206,183,124,.1);
  --copper:#d5a082;
  --status-good:#94c9ad;
  --status-good-tint:rgba(148,201,173,.12);
  --status-warning:#dfbe7c;
  --status-warning-tint:rgba(223,190,124,.12);
  --status-error:#f1ae9e;
  --status-error-tint:rgba(241,174,158,.12);
  --status-neutral:#b7c3d2;
  --status-neutral-tint:rgba(183,195,210,.12);
  --line:rgba(206,183,124,.25);
  --line-soft:rgba(197,207,218,.13);
  --shadow:0 18px 45px rgba(5,17,33,.18);
  --font-display:"Fraunces",Georgia,serif;
  --font-body:"IBM Plex Sans","Segoe UI",sans-serif;
  --font-mono:"IBM Plex Mono",monospace;
  color-scheme:dark
}
