* {
  --primary-color: #b68b40;
  --primary-color-rgb: 182, 139, 64;
  --secondary-color: #c8a974;
  --secondary-color-rgb: 248, 242, 235;
  --background:#ffffff;
  --title-font-color: #b68b40;
  --body-font-color: #676767;
  --dark-body-font-color: rgba(255, 255, 255, .75);
  --bg-gold: #b78b41;
  --bg-beige: #e6dfce;
  --bg-color-even: #E8E8E8;
  --bg-color-odd: #F4F4F4;
  --bg-dark-1: #b68b40;
  --bg-dark-1-rgb: 182, 139, 64;
  --bg-dark-2: #F8F2EB;
  --bg-dark-3: #F8F2EB;
  --bg-dark-3-rgb: 248, 242, 235;
  --bg-light-1: #f8f5eb;
  --bg-grey: #F0F1F3;
  --bg-grey-beige:  #ede8e2;
  --bg-tan-beige:  #e2d2bc;
  --bg-light: #F8F3EB;
  --bg-orange:  #f3e7d8;
  --bg-white: #ffffff;
  --text-dark: rgba(0,0,0,.8);
  --text-brown:  #b58c41;
  --text-white:  #ffffff;
  --text-light:  #f8f5eb;
  --text-light-2:  #edddb7;
  --text-gold:  #b78b41;
  --text-beige:  #e6dfce;
}