/*
 * Palette 09 - Violet Deluxe
 * Deep indigo background with soft lavender accents.
 * Copy this file's contents into wp-content/themes/<theme>/var.css to apply.
 */
:root {
  --main-background: #10072b;
  --footer-header-bg: #0a0420;
  --header-bg: rgba(10, 4, 32, 0.92);
  --brand-color: #a78bfa;
  --brand-hover: #c4b0fc;
  --brand-contrast: #160a33;
  --text: #ece8f7;
  --text-muted: rgba(236, 232, 247, 0.85);
  --text-faint: rgba(236, 232, 247, 0.6);
  --accent-glow: rgba(167, 139, 250, 0.32);
  --accent-glow-strong: rgba(167, 139, 250, 0.6);
  --card-bg: rgba(255, 255, 255, 0.04);
  --border-subtle: rgba(167, 139, 250, 0.22);
  --gradient-hero: linear-gradient(135deg, #10072b 0%, #1c0d44 50%, #160a38 100%);
  --glow-primary: rgba(167, 139, 250, 0.07);
  --glow-secondary: rgba(240, 192, 64, 0.06);
}
