/*
 * Palette 08 - Amber Bronze
 * Warm brown-black background with orange accents.
 * Copy this file's contents into wp-content/themes/<theme>/var.css to apply.
 */
:root {
  --main-background: #181006;
  --footer-header-bg: #100a04;
  --header-bg: rgba(16, 10, 4, 0.92);
  --brand-color: #ff9f1c;
  --brand-hover: #ffb84d;
  --brand-contrast: #211203;
  --text: #f5ede2;
  --text-muted: rgba(245, 237, 226, 0.85);
  --text-faint: rgba(245, 237, 226, 0.6);
  --accent-glow: rgba(255, 159, 28, 0.32);
  --accent-glow-strong: rgba(255, 159, 28, 0.6);
  --card-bg: rgba(255, 255, 255, 0.04);
  --border-subtle: rgba(255, 159, 28, 0.2);
  --gradient-hero: linear-gradient(135deg, #181006 0%, #281b08 50%, #1e1408 100%);
  --glow-primary: rgba(255, 159, 28, 0.06);
  --glow-secondary: rgba(209, 73, 91, 0.07);
}
