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

html { scroll-behavior: smooth; }

@layer utilities {
    .btn-gold {
        @apply bg-gradient-to-r from-[#B8860B] to-[#DAA520] hover:from-[#DAA520] hover:to-[#FFD700] text-white font-semibold py-3 px-8 rounded-sm shadow-md transition-all duration-300 uppercase tracking-widest text-xs;
    }
    .btn-outline-gold {
        @apply border border-[#B8860B] text-[#B8860B] hover:bg-[#B8860B] hover:text-white font-semibold py-3 px-8 rounded-sm transition-all duration-300 uppercase tracking-widest text-xs;
    }
}
