/*
 * Sparks Theme: Slate (Serious / Documentary / Somber)
 * Muted gray-blue tones for serious, heavy, or documentary-style content.
 * Understated and respectful — no vivid colors or flashy gradients.
 * Brightest gradient stop: #2a3040 — all text must pass 4.5:1 against this.
 */

:root {
  /* ── Background Gradient (deep slate gray) ── */
  --grad-1: #0c0e12;
  --grad-2: #121620;
  --grad-3: #181e2a;
  --grad-4: #1e2535;
  --grad-5: #2a3040;   /* brightest stop */
  --grad-6: #252b3a;
  --grad-7: #1e2432;
  --grad-8: #171c28;
  --grad-9: #111520;
  --grad-10: #0c0e14;

  /* ── Glow Accents (completely suppressed for somber tone) ── */
  --glow-1-color: transparent;
  --glow-1-pos: 15% 20%;
  --glow-2-color: transparent;
  --glow-2-pos: 80% 60%;
  --glow-3-color: transparent;
  --glow-3-pos: 50% 90%;

  /* ── Accent Colors (cool silver-blue) ── */
  --accent-primary: #94a3b8;
  --accent-primary-rgb: 148, 163, 184;
  --accent-primary-text: #b4bfcc;
  --accent-secondary: #64748b;
}
