/* GENERATED by `brand palette-sync` for sraready. Canonical brand tokens.
 * SOURCE OF TRUTH: ~/.agent/lib/ellis_ui/v3/themes.css [data-brand="sraready"].
 * Edit the palette THERE, then re-run `brand palette-sync sraready`.
 * Do not hand-edit this file — `brand check` fails on divergence. */
:root {
  --brand-ground: #0A2030;
  --brand-surface: #0E2A3D;
  --brand-ink: #EDF6F9;
  --brand-ink-soft: #8BB8C8;
  --brand-ink-dim: #6A9BA8;
  --brand-primary: #1FA8B8;
  --brand-primary-fg: #FFFFFF;
  --brand-accent: #5BC4CE;
  --brand-rule: rgba(237,246,249,.07);
  --status-ok: #1FA8B8;
  --status-warn: #E8B23A;
  --status-danger: #E5533D;
  --surface-1: var(--brand-surface, var(--brand-ground));
  --fg: var(--brand-ink);
  /* Typography tokens — canonical faces */
  --font-display: 'DM Serif Display',Georgia,serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, monospace;
}
body { background: var(--brand-ground); color: var(--brand-ink);
  font-family: 'Inter', system-ui, sans-serif; margin: 0; }
a { color: var(--brand-primary); }
