/* theme: cobalt — generated from YAML, do not edit */
:root {
  --bg: #f3f5f7;
  --surface: #ffffff;
  --inset: #e9eef2;
  --hover: #dfe7ed;
  --border: #dce4ea;
  --border-strong: #bfcbd4;
  --text: #23333a;
  --text-2: #55666f;
  --text-3: #8395a0;
  --chrome: #23333a;
  --chrome-text: #e7edf1;
  --chrome-muted: #9fb0ba;
  --accent: #007db3;
  --accent-strong: #0071a1;
  --accent-soft: #e6f5fc;
  --accent-contrast: #ffffff;
  --ok: #2f8f2a;
  --ok-soft: #e6f4e5;
  --warn: #96690a;
  --warn-soft: #fdf1d9;
  --danger: #c40d2c;
  --danger-soft: #fde8eb;
  --info: #5a0ec4;
  --info-soft: #f0e9fc;
  --font-ui: 'Inter', ui-sans-serif, 'Segoe UI', system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, 'Cascadia Mono', Consolas, monospace;
  --r-1: 4px;
  --r-2: 8px;
}
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) {
  --bg: #131a1e;
  --surface: #1b2429;
  --inset: #222d33;
  --hover: #2a363d;
  --border: #2f3c43;
  --border-strong: #425159;
  --text: #e6edf1;
  --text-2: #a3b3bd;
  --text-3: #7d8f9a;
  --chrome: #0f1519;
  --accent: #40b6e8;
  --accent-strong: #6ccbf2;
  --accent-soft: #10303f;
  --accent-contrast: #06222e;
  --ok: #6ec96a;
  --ok-soft: #162a18;
  --warn: #fab600;
  --warn-soft: #332708;
  --danger: #ff6b80;
  --danger-soft: #3a1218;
  --info: #a77af0;
  --info-soft: #231640;
} }
[data-theme="dark"] {
  --bg: #131a1e;
  --surface: #1b2429;
  --inset: #222d33;
  --hover: #2a363d;
  --border: #2f3c43;
  --border-strong: #425159;
  --text: #e6edf1;
  --text-2: #a3b3bd;
  --text-3: #7d8f9a;
  --chrome: #0f1519;
  --accent: #40b6e8;
  --accent-strong: #6ccbf2;
  --accent-soft: #10303f;
  --accent-contrast: #06222e;
  --ok: #6ec96a;
  --ok-soft: #162a18;
  --warn: #fab600;
  --warn-soft: #332708;
  --danger: #ff6b80;
  --danger-soft: #3a1218;
  --info: #a77af0;
  --info-soft: #231640;
}
