/* Unique brand skin */
:root {
  --brand: #8B5E3C;
  --brand-soft: #D2A679;
  --brand-deep: #1A1410;
  --lux-ink: #120E0C;
  --lux-forest: #1A1410;
  --lux-green: #5C3D2E;
  --lux-green-mid: #5C3D2E;
  --lux-gold: #8B5E3C;
  --lux-gold-soft: #D2A679;
  --lux-champagne: #EDE4D8;
  --lux-mist: #F7F3EE;
  --lux-paper: #FBFAF8;
  --lux-muted: #6E6258;
  --lux-line: rgba(139,94,60,.28);
  --green: var(--lux-green);
  --green-deep: var(--lux-forest);
  --bg: var(--lux-mist);
  --ink: var(--lux-ink);
}
.site-header, .gp-header {
  background: rgba(26,20,16,.9) !important;
  border-bottom: 1px solid rgba(139,94,60,.35) !important;
  color: #EDE4D8 !important;
}
.site-header .nav a, .site-header a, .gp-header a {
  color: #EDE4D8 !important;
}
.site-header .nav a:hover, .site-header a:hover {
  color: #D2A679 !important;
}
.btn, a.btn {
  border-color: rgba(139,94,60,.45) !important;
  background: linear-gradient(145deg, #D2A679, #8B5E3C 55%, #5C3D2E) !important;
  color: #120E0C !important;
}
