/* ═══════════════════════════════════════
   BladeForge — Shared Design Tokens
   Single source of truth for all pages.
   Import via: <link rel="stylesheet" href="/styles.css">
═══════════════════════════════════════ */

:root {
  /* ── Neutral palette ── */
  --black:      #080808;
  --obsidian:   #0f0f0f;
  --charcoal:   #161616;
  --steel:      #252525;
  --steel-lt:   #3a3a3a;
  --fog:        #7a7a7a;
  --silver:     #c0c0c0;
  --white:      #f0eeea;

  /* ── Brand gold ── */
  --gold:       #c8a96e;
  --goldlt:     #e8c87a;
  --gold-dim:   #7a6035;
  --gold-glow:  rgba(200,169,110,0.12);
  --gold-faint: rgba(200,169,110,0.06);

  /* ── Semantic colours ── */
  --red:        #e05040;
  --red-bg:     #2e0c0c;
  --green:      #4ade80;
  --green-bg:   #052e16;
  --blue:       #60a5fa;
  --blue-bg:    #0c1a2e;
  --yellow:     #facc15;
  --yellow-bg:  #1a1400;

  /* ── Leads tool ── */
  --dark:       #111111;
  --mid:        #1c1c1c;
  --border:     #2a2a2a;
  --muted:      #888888;
  --text:       #e8e8e8;

  /* ── Layout ── */
  --nav-h:      72px;
}
