/* AUTO-GENERATED from design/_build/gen_colors.py — do not hand-edit. */
:root {
  /* marine ramp */
  --benthic: #0B3335;
  --shelf: #0D3A40;
  --deep-ui: #091E3B;
  --surface: #38B7E0;
  --tropic: #61C6C1;
  --seafoam: #8BD9C5;
  --biogenic: #F5EEA1;
  --fecund: #B7D547;
  --sand: #D3D2A6;
  --gold-from: #BC9152;
  --gold-to: #F6EFA2;
  --depth: #0B4A6C;
  --abyss: #07182E;
  /* light-paper instrument layer */
  --paper: #F1EFE6;
  --paper-sunk: #E5E2D5;
  --ink: #112D31;
  --ink-muted: #61706D;
  --line: rgba(17, 45, 49, 0.18);
  --line-on-dark: rgba(207, 238, 229, 0.18);
  /* ink on the dark bands */
  --ink-on-dark: #CFE7E4;
  --ink-on-dark-mute: rgba(207, 231, 228, 0.74);
  --ink-on-dark-dim: rgba(207, 231, 228, 0.52);
  /* status */
  --live: #2ECC71;
  --warn: #F5A623;
  --alert: #E74C3C;
  --idle: #8A93A8;
  --caution: #E29171;
}

/* The nine program accents are intentionally absent: this file is
   public. They live in colors.ts, which is not deployed. */
