/* terai.css — warm lowland identity. Indigo ground, marigold accent,
   humanist sans + a grotesk display. Confident, earthy, not corporate-blue. */
@import "_base.css";
:root[data-theme="terai"], :root {
  --bg: #14130f;
  --bg-translucent: rgba(20,19,15,.72);
  --surface: #1e1c16;
  --ink: #f3efe4;
  --muted: #aaa392;
  --line: #322e24;
  --accent: #f3a712;        /* marigold */
  --on-accent: #14130f;
  --cta-bg: #f3a712;
  --cta-ink: #14130f;
  --code-bg: #0e0d0a; --code-ink: #f0c97a;
  --soon-bg: #322e24; --soon-ink: #aaa392;
  --live-bg: #1c3a1f; --live-ink: #8fe0a0;
  --font-display: "Space Grotesk", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
  --display-weight: 600; --brand-tracking: -.02em;
  --radius: 12px; --radius-lg: 24px; --maxw: 1120px;
}
