@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;0,700;1,400&family=Inter:wght@300;400;500;600;700&display=swap');

/* Color utility fallbacks */
.bg-gold {
  background-color: #D4AF37 !important;
}
.text-gold {
  color: #D4AF37 !important;
}
.border-gold {
  border-color: #D4AF37 !important;
}
.fill-gold {
  fill: #D4AF37 !important;
}

/* Hide scrollbars */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
