@tailwind base;@tailwind components;@tailwind utilities;@layer base{@apply font-body bg-warm-50 text-gray-800 antialiased;}@layer components{.font-display{font-family:Cormorant Garamond,serif}.hero-fade{background:linear-gradient(#fffbf500 0%,#fffbf54d 40%,#fffbf5 100%)}@apply duration-500 ease-out transition-all;@apply -translate-y-2 shadow-2xl;@apply duration-700 ease-in-out transition-transform;@apply scale-110;@apply w-16 h-0.5 bg-seafoam-500 mx-auto rounded-full;@apply px-6 py-2 rounded-full border-2 border-gray-100 bg-white text-gray-500 font-medium transition-all hover:border-seafoam-200 hover:text-seafoam-600;@apply border-seafoam-500 bg-seafoam-500 text-white shadow-lg shadow-seafoam-200;}html{scroll-behavior:smooth}
