:root {
  --bg-dark: #0D2016; /* Deep Forest Green (Formal Garden) */
  --bg-secondary: #132F20; /* Deep Forest Green secondary */
  --gold: #dfba86; /* Accent Soft Gold */
  --gold-light: #f3dfc1;
  --white: #FAF7F0; /* Warm Ivory background */
  --gray: #A8A196;
  --accent: #5A1827; /* Deep Burgundy (Rosewood) */
  --shadow: 0 20px 40px rgba(0,0,0,0.5);
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --radius: 24px;
}
