/*
 * Palette 01 - Gold Rush
 * Dark navy background with classic casino gold accents.
 * Copy this file's contents into wp-content/themes/<theme>/var.css to apply.
 */
:root {
  --main-background: #0a0e1a;
  --footer-header-bg: #080c16;
  --header-bg: rgba(8, 12, 22, 0.92);
  --brand-color: #f0c040;
  --brand-hover: #ffd060;
  --brand-contrast: #0a0e1a;
  --text: #e8eaf0;
  --text-muted: rgba(232, 234, 240, 0.85);
  --text-faint: rgba(232, 234, 240, 0.6);
  --accent-glow: rgba(240, 192, 64, 0.35);
  --accent-glow-strong: rgba(240, 192, 64, 0.65);
  --card-bg: rgba(255, 255, 255, 0.04);
  --border-subtle: rgba(240, 192, 64, 0.18);
  --gradient-hero: linear-gradient(135deg, #0a0e1a 0%, #111827 50%, #0d1628 100%);
  --glow-primary: rgba(240, 192, 64, 0.06);
  --glow-secondary: rgba(80, 120, 255, 0.07);
}
