
/* Bootstrap 5 Helpers & Overrides */
.text-emerald { color: var(--emerald) !important; }
.text-gold { color: var(--gold) !important; }
.bg-cream { background-color: var(--cream) !important; }
.bg-emerald { background-color: var(--emerald) !important; }
.border-gold-light { border-color: rgba(184, 151, 90, 0.2) !important; }
.text-charcoal { color: #4A4A4A !important; }

/* Spacing and Typography tweaks */
.section-py { padding-top: 3.5rem; padding-bottom: 3.5rem; }
@media (min-width: 768px) {
  .section-py { padding-top: 5rem; padding-bottom: 5rem; }
}
@media (min-width: 992px) {
  .section-py { padding-top: 7rem; padding-bottom: 7rem; }
}

.tracking-widest { letter-spacing: 2px !important; }
.tracking-tight { letter-spacing: -0.5px !important; }

.min-vh-100-custom { min-height: calc(100vh - 6rem); }
