.theme {
  --Primary-color: #2C2926;
  /* Deep Charcoal */
  --Secondary-color: #B79A6B;
  /* Champagne Gold */
  --button-color: #B79A6B;
  /* Premium Gold */
  --button-hover-color: #967A50;
  /* Darker Gold */
  --button-text-color: #FFFFFF;
  --button-text-hover-color: #FFFFFF;
}