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

html { scroll-behavior: smooth; }

@layer utilities {
    .btn-gold {
        @apply bg-[#D4AF37] hover:bg-[#B5952F] text-black font-semibold py-3 px-8 rounded-sm shadow-md transition-all duration-300 tracking-widest uppercase text-sm border border-[#D4AF37];
    }
    .btn-outline-gold {
        @apply bg-transparent hover:bg-[#D4AF37] text-[#D4AF37] hover:text-black font-semibold py-3 px-8 rounded-sm transition-all duration-300 tracking-widest uppercase text-sm border border-[#D4AF37];
    }
}
