/* Generated by Tools/codeanvil/codeanvil.js color-resource-projection. */
/* Source authority: Resources/colors/*.palette.json. */

:root {
  color-scheme: light;
  --codeanvil-color-token-set: palette-console-neutral;
  --bg: #f3f5f7;
  --surface: #ffffff;
  --surface-muted: #f7f9fb;
  --surface-raised: #edf2f6;
  --surface-tint: #fbfcfd;
  --ink: #050607;
  --text: #151b23;
  --muted: #526070;
  --faint: #718092;
  --line: #c8d5e1;
  --line-soft: #e6edf3;
  --line-strong: #aebdca;
  --accent: #0f766e;
  --accent-soft: #e6f4f1;
  --accent-ink: #074b45;
  --good: #14744a;
  --good-soft: #e5f4ec;
  --warning: #9c5d00;
  --warning-soft: #fff4da;
  --danger: #b52b2b;
  --danger-soft: #fae8e8;
  --info: #275f9f;
  --info-soft: #e8f1fb;
  --chrome-surface: #050607;
  --chrome-surface-soft: #15191d;
  --chrome-surface-hover: #1a2026;
  --chrome-raised: #1f2b36;
  --chrome-active-surface: #ffffff;
  --chrome-active-text: #101418;
  --chrome-text: #f7fafc;
  --chrome-text-soft: #dbe3ec;
  --chrome-muted: #aeb8c4;
  --chrome-faint: #7f8b98;
  --chrome-line: #cdd8e3;
  --chrome-accent: #9fdcc7;
}

:root[data-theme="dark"] {
  color-scheme: dark;
  --codeanvil-color-token-set: palette-console-neutral;
  --bg: #0f1419;
  --surface: #151b22;
  --surface-muted: #1c242d;
  --surface-raised: #26313c;
  --surface-tint: #18202a;
  --ink: #f6f8fb;
  --text: #eef3f7;
  --muted: #aeb9c6;
  --faint: #8794a3;
  --line: #384554;
  --line-soft: #26323e;
  --line-strong: #546371;
  --accent: #5cc7af;
  --accent-soft: #183a34;
  --accent-ink: #b7f1e4;
  --good: #45b67f;
  --good-soft: #173526;
  --warning: #d99a2b;
  --warning-soft: #3c2d13;
  --danger: #eb7373;
  --danger-soft: #3a1f23;
  --info: #72a9e6;
  --info-soft: #182b42;
  --chrome-surface: #050607;
  --chrome-surface-soft: #15191d;
  --chrome-surface-hover: #1a2026;
  --chrome-raised: #1f2b36;
  --chrome-active-surface: #ffffff;
  --chrome-active-text: #101418;
  --chrome-text: #f7fafc;
  --chrome-text-soft: #dbe3ec;
  --chrome-muted: #aeb8c4;
  --chrome-faint: #7f8b98;
  --chrome-line: #cdd8e3;
  --chrome-accent: #9fdcc7;
}
