/*
 * Palette 02 - Royal Purple
 * Deep violet background with warm amber accents.
 * Copy this file's contents into wp-content/themes/<theme>/var.css to apply.
 */
:root {
  --main-background: #230040;
  --footer-header-bg: #130a20;
  --header-bg: rgba(19, 10, 32, 0.92);
  --brand-color: #f7a403;
  --brand-hover: #ffbe30;
  --brand-contrast: #1e0338;
  --text: #ffffff;
  --text-muted: rgba(255, 255, 255, 0.85);
  --text-faint: rgba(255, 255, 255, 0.6);
  --accent-glow: rgba(247, 164, 3, 0.35);
  --accent-glow-strong: rgba(247, 164, 3, 0.65);
  --card-bg: rgba(255, 255, 255, 0.05);
  --border-subtle: rgba(247, 164, 3, 0.22);
  --gradient-hero: linear-gradient(135deg, #230040 0%, #32055c 50%, #1c0333 100%);
  --glow-primary: rgba(247, 164, 3, 0.07);
  --glow-secondary: rgba(123, 47, 247, 0.09);
}
