:root {
  --primary-color: #A07828;
  --primary-color-rgb: 160, 120, 40;
  --secondary-color: #C9A84C;
  --secondary-color-rgb: 201, 168, 76;
}

/* Gold gradient for buttons and accents */
.btn-main span, .btn-main:before, .btn-main:after {
  background: linear-gradient(135deg, #8B6914 0%, #C9A84C 50%, #E8C96A 100%) !important;
}
.btn-main {
  background: linear-gradient(135deg, #8B6914 0%, #C9A84C 50%, #E8C96A 100%) !important;
  border: none !important;
}
.id-color { color: #A07828 !important; }
.id-color-2 { color: #C9A84C !important; }
.bg-color { background: linear-gradient(135deg, #8B6914, #C9A84C) !important; }
