* {
  --primary-color: #D4AF37; /* Luxury Gold */
  --primary-color-rgb: 212, 175, 55;
  --secondary-color: #F5F5F5; /* Light Grey */
  --secondary-color-rgb: 245, 245, 245;
  --accent-gold: #D4AF37;
  --accent-gold-rgb: 212, 175, 55;
  --text-dark: #333333; /* Dark Grey instead of black */
  --text-light: #666666;
  --bg-light: #F8F8F8;
  --bg-white: #FFFFFF;
  --bg-gold-light: #F7F2E6; /* Very light gold tint */
}