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

html { scroll-behavior: smooth; }

@layer utilities {
    .btn-flower {
        @apply bg-[#E8A598] hover:bg-[#D58C7F] text-white font-medium py-3 px-8 rounded-full shadow-md transition-all duration-300 tracking-wider text-sm;
    }
    .btn-flower-outline {
        @apply border border-[#E8A598] text-[#E8A598] hover:bg-[#E8A598] hover:text-white font-medium py-3 px-8 rounded-full transition-all duration-300 tracking-wider text-sm;
    }
}
