/* Core color overrides */
.text-golden {
  color: #FFD700 !important;
}

.bg-golden {
  background-color: #FFD700 !important;
}

.border-golden {
  border-color: #FFD700 !important;
}

.hover\:text-golden:hover {
  color: #FFD700 !important;
}

/* Existing color fixes */
.text-primary {
  color: #06337cff !important;
}

.bg-primary {
  background-color: #06337cff !important;
}

.border-primary {
  border-color: #06337cff !important;
}

.hover\:text-primary:hover {
  color: #06337cff !important;
}

.text-secondary {
  color: #10B981 !important;
}

.bg-secondary {
  background-color: #10B981 !important;
}

.border-secondary {
  border-color: #10B981 !important;
}