/* ARBUC — Global Color Theme */
/* To retheme the entire website, change values in this file only. */

:root {
  /* ── PRIMARY ACCENT ── */
  --green: #00ff88;
  --green-dim: #00cc6a;
  --green-glow: rgba(0, 255, 136, 0.15);
  --green-glow2: rgba(0, 255, 136, 0.06);
  --green-subtle: rgba(0, 255, 136, 0.06);
  --green-border: rgba(0, 255, 136, 0.12);
  --green-border-soft: rgba(0, 255, 136, 0.25);
  --green-border-mid: rgba(0, 255, 136, 0.3);
  --green-fill-faint: rgba(0, 255, 136, 0.08);
  --green-fill-mid: rgba(0, 255, 136, 0.13);
  --green-bg: #0a1a0f;

  /* ── BACKGROUNDS ── */
  --bg: #0a0a0a;
  --bg2: #111111;
  --bg3: #1a1a1a;
  --bg-card: #1a1a1a;
  --bg-card-hover: #222222;

  /* ── TEXT ── */
  --text: #ffffff;
  --text-body: #cccccc;
  --text-dim: #888888;
  --text-muted: #666666;
  --text-faint: #555555;
  --text-version: #444444;
  --text-dimmer: #555555;
  --muted: #888888;
  --white: #ffffff;

  /* ── BORDERS ── */
  --border: rgba(0, 255, 136, 0.12);
  --border-solid: #222222;
  --border-strong: #333333;
  --border-subtle: #1a1a1a;

  /* ── SEMANTIC ── */
  --error: #ff4444;
  --error-bg: rgba(255, 68, 68, 0.13);
  --on-green: #000000;
}
