/* Gold color overrides for Tailwind-styled pages */
.bg-gold { background-color: #C9A227 !important; }
.bg-gold-dark { background-color: #B8921F !important; }
.bg-gold-light { background-color: #FBF7EB !important; }
.text-gold { color: #C9A227 !important; }
.text-gold-dark { color: #B8921F !important; }
.border-gold { border-color: #C9A227 !important; }
.hover\:text-gold:hover { color: #C9A227 !important; }
.hover\:bg-gold:hover { background-color: #C9A227 !important; }
.hover\:bg-gold-dark:hover { background-color: #B8921F !important; }
