/* Generated by scripts/generate_web_tokens.py from the canon
   Stratigraphy tokens (00_Resources/color-inputs/proposal-stratigraphy).
   Never hand-edit; edit canon and re-run. */
:root {
  color-scheme: light dark;
  --undercurrent-bg: #F3EBE6;
  --undercurrent-surface: #FDF5F0;
  --undercurrent-surface-raised: #FFFFFF;
  --undercurrent-surface-sunk: #E8E0DB;
  --text: #1B1E26;
  --text-muted: #565B67;
  --border: #747A86;
  --copper-ink: #944F13;
  --copper-hover: #723700;
  --copper-fill: #A8612A;
  --copper-on-fill: #FFFFFF;
  --copper-wash: #EDDFD6;
}
@media (prefers-color-scheme: dark) {
:root {
  --undercurrent-bg: #16120E;
  --undercurrent-surface: #221D19;
  --undercurrent-surface-raised: #3F3935;
  --undercurrent-surface-sunk: #050302;
  --text: #EFF3EE;
  --text-muted: #ADB3BF;
  --border: #898D99;
  --copper-ink: #DF9C6F;
  --copper-hover: #F9B486;
  --copper-fill: #BD7E51;
  --copper-on-fill: #020306;
  --copper-wash: #45372F;
}
}
