:root {
  --plum: #71227e;
  --blue: #3e71e2;
  --green: #238200;
  --orange: #f27303;
  --red: #f10703;
  --bg: #f6f7f9;
  --surface: #ffffff;
  --surface-2: #eef1f4;
  --text: #1b2026;
  --muted: #66717d;
  --border: #d7dde4;
  --shadow: 0 14px 34px rgba(29, 39, 54, 0.12);
  --app-font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --app-font-size: 15px;
  --app-line-height: 1.35;
  --font-size-prose: 0.88rem;
  --font-size-copy: var(--font-size-prose);
  --font-size-control: 0.82rem;
  --font-size-compact: 0.78rem;
  --font-size-small: 0.72rem;
  --font-size-micro: 0.68rem;
  --font-size-intro-title: 1rem;
  --intro-title-line-height: 1.2;
  --font-size-heading-sm: 0.92rem;
  --prose-color: color-mix(in srgb, var(--text) 86%, var(--muted));
  --prose-line-height: 1.45;
  --font-weight-copy: 400;
  --font-weight-control: 400;
  --font-weight-label: 700;
  --font-weight-strong: 800;
  --radius-tight: 4px;
  --radius-control: 6px;
  --accordion-summary-bg: color-mix(in srgb, var(--surface-2) 92%, var(--text) 8%);
  --accordion-summary-shadow: inset 0 -1px 0 color-mix(in srgb, var(--text) 16%, transparent);
  --accordion-summary-size: var(--font-size-compact);
  --accordion-summary-weight: 900;
  --table-border: var(--border);
  --table-header-bg: var(--surface-2);
  --table-label-color: var(--muted);
  --table-text-color: var(--text);
  --table-font-size: var(--font-size-compact);
  --table-cell-padding: 5px 7px;
  color-scheme: light;
}

[data-theme="dark"] {
  --bg: #111418;
  --surface: #1b2026;
  --surface-2: #252b33;
  --text: #f3f6f9;
  --muted: #aab4bf;
  --border: #37404a;
  --shadow: 0 16px 36px rgba(0, 0, 0, 0.32);
  color-scheme: dark;
}
