/*
 * Palette 04 - Crimson
 * Near-black burgundy background with vivid red accents.
 * Copy this file's contents into wp-content/themes/<theme>/var.css to apply.
 */
:root {
  --main-background: #160709;
  --footer-header-bg: #0d0405;
  --header-bg: rgba(13, 4, 5, 0.92);
  --brand-color: #ff4d5e;
  --brand-hover: #ff7583;
  --brand-contrast: #1a0508;
  --text: #f5e8ea;
  --text-muted: rgba(245, 232, 234, 0.85);
  --text-faint: rgba(245, 232, 234, 0.6);
  --accent-glow: rgba(255, 77, 94, 0.32);
  --accent-glow-strong: rgba(255, 77, 94, 0.6);
  --card-bg: rgba(255, 255, 255, 0.04);
  --border-subtle: rgba(255, 77, 94, 0.2);
  --gradient-hero: linear-gradient(135deg, #160709 0%, #26090f 50%, #1c0a12 100%);
  --glow-primary: rgba(255, 77, 94, 0.06);
  --glow-secondary: rgba(255, 165, 2, 0.07);
}
