/*
 * GENERATED FILE - do not edit.
 *
 * Written by scripts/emitTokens.js from src/theme/Tokens.ts during the build.
 * Edit the tokens there; both this file and the MUI theme are derived from it.
 */

:root {
  --color-ground: #f4f6f9;
  --color-surface: #ffffff;
  --color-surface-sunken: #eef1f6;
  --color-surface-raised: #ffffff;
  --color-ink: #161a21;
  --color-ink-muted: #5b6474;
  --color-ink-subtle: #8b94a5;
  --color-ink-on-brand: #ffffff;
  --color-rule: #dbe0e8;
  --color-rule-soft: #e8ecf2;
  --color-brand: #1f4fa3;
  --color-brand-strong: #173c7c;
  --color-brand-soft: #e6ecf8;
  --color-brand-year2025: #b06a05;
  --color-positive: #0f7355;
  --color-positive-soft: #e2f1ec;
  --color-negative: #a93b24;
  --color-negative-soft: #fbeae6;
  --color-caution: #b4761f;
  --color-caution-soft: #fbf1de;
  --color-caution-ink: #4a3a17;
  --color-sample: #e8a200;
  --color-sample-soft: #ffe9a0;
  --color-sample-ink: #4d3500;

  --radius: 3px;
  --radius-large: 4px;
  --rail-width: 340px;
  --entity-card-min: 240px;
  --font-family: "Public Sans", Roboto, Arial, Helvetica, sans-serif;
  --font-numeric: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

  color-scheme: light dark;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --color-ground: #11141a;
    --color-surface: #191d25;
    --color-surface-sunken: #212730;
    --color-surface-raised: #242b35;
    --color-ink: #e6eaf1;
    --color-ink-muted: #99a3b4;
    --color-ink-subtle: #737d8e;
    --color-ink-on-brand: #0d1017;
    --color-rule: #2b323d;
    --color-rule-soft: #232932;
    --color-brand: #6f9cf0;
    --color-brand-strong: #8fb4f5;
    --color-brand-soft: #1c2634;
    --color-brand-year2025: #ddab55;
    --color-positive: #4bb894;
    --color-positive-soft: #16281f;
    --color-negative: #e0866a;
    --color-negative-soft: #2d1b16;
    --color-caution: #ddab55;
    --color-caution-soft: #2a2317;
    --color-caution-ink: #e8dcc2;
    --color-sample: #ffc93c;
    --color-sample-soft: #54400f;
    --color-sample-ink: #ffe9a0;
  }
}

:root[data-theme="dark"] {
  --color-ground: #11141a;
  --color-surface: #191d25;
  --color-surface-sunken: #212730;
  --color-surface-raised: #242b35;
  --color-ink: #e6eaf1;
  --color-ink-muted: #99a3b4;
  --color-ink-subtle: #737d8e;
  --color-ink-on-brand: #0d1017;
  --color-rule: #2b323d;
  --color-rule-soft: #232932;
  --color-brand: #6f9cf0;
  --color-brand-strong: #8fb4f5;
  --color-brand-soft: #1c2634;
  --color-brand-year2025: #ddab55;
  --color-positive: #4bb894;
  --color-positive-soft: #16281f;
  --color-negative: #e0866a;
  --color-negative-soft: #2d1b16;
  --color-caution: #ddab55;
  --color-caution-soft: #2a2317;
  --color-caution-ink: #e8dcc2;
  --color-sample: #ffc93c;
  --color-sample-soft: #54400f;
  --color-sample-ink: #ffe9a0;
}
