/* GENERATED by tool/gen_css_tokens.py from lib/ui/theme/tokens.dart.
   Do not edit: change the Dart and re-run, or the page and the app it is
   selling stop being the same colour. */

:root {
  --bg: #f8fafd;
  --surface: #ffffff;
  --surface2: #f4f7fb;
  --border: #dee2e7;
  --border2: #eceff2;
  --border-control: #878f9b;
  --text: #1f242d;
  --text-dim: #5d646f;
  --text-mute: #6b7079;
  --accent: #41629f;
  --accent-strong: #2e5091;
  --accent-ink: #f8fcff;
  --accent-soft: #e7f1ff;
  --accent-tint: #f2f7ff;
  --accent-on-soft: #2e5091;
  --success: #2e6a3e;
  --success-soft: #dcf0e0;
  --success-strong: #4fa06a;
  --warning: #7a6512;
  --warning-soft: #f3ecd2;
  --warning-strong: #b9890f;
  --alert: #a94f2b;
  --alert-soft: #fbe7df;
  color-scheme: light dark;
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg: #0b0f14;
    --surface: #13181e;
    --surface2: #191f26;
    --border: #282e36;
    --border2: #21262c;
    --border-control: #626d7d;
    --text: #eceff2;
    --text-dim: #a6abb2;
    --text-mute: #868b92;
    --accent: #6f97e2;
    --accent-strong: #5a84d4;
    --accent-ink: #060d1a;
    --accent-soft: #21344c;
    --accent-tint: #192431;
    --accent-on-soft: #7fa3e8;
    --success: #a9d8b8;
    --success-soft: #1e3a2a;
    --success-strong: #4fa06a;
    --warning: #d9c27a;
    --warning-soft: #3a3115;
    --warning-strong: #b9890f;
    --alert: #e8a38c;
    --alert-soft: #40231c;
  }
}
