html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background-color: #0B0B0B; color: #F8F6F3; }
.font-serif { font-family: 'Playfair Display', serif; }

.text-gold-gradient {
    background: linear-gradient(90deg, #C9A96E 0%, #E8D09E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Custom scrollbar */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #0B0B0B; }
::-webkit-scrollbar-thumb { background: #C9A96E; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #b5955a; }

/* Swiper Pagination */
.swiper-pagination-bullet { background: #E5E7EB; opacity: 1; }
.swiper-pagination-bullet-active { background: #C9A96E; }
