/**
 * gemini-siege — night agora identity (token overrides only).
 */
:root {
  --color-bg: #0f1a22;
  --color-surface: #16232e;
  --color-content-bg: #16232e;
  --color-content-fg: #e8e4da;
  --color-content-heading: #f2efe6;
  --color-text: #e8e4da;
  --color-muted: #9aabb8;
  --color-primary: #2a6b5a;
  --color-accent: #7dffb3;
  --color-border: #2a3a48;
  --color-link: #7dffb3;
  --color-link-hover: #b8ffd9;
  --color-nav-fg: #f2efe6;
  --color-gutter: #0b141c;

  --font-body: Georgia, "Iowan Old Style", "Palatino Linotype", Palatino, serif;
  --font-ui: "Segoe UI", system-ui, -apple-system, sans-serif;
  --max-width: 46rem;
}

/* dropbits:tokens:start */
:root {
  --color-primary: #2a6b5a;
  --color-accent: #7dffb3;
  --color-bg: #0f1a22;
  --color-text: #e8e4da;
  --color-content-bg: #16232e;
  --color-content-fg: #e8e4da;
  --color-content-heading: #f2efe6;
  --color-border: #2a3a48;
  --max-width: 46rem;
}
/* dropbits:tokens:end */
