@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{scroll-behavior:smooth}}@layer components{.btn-primary{@apply bg-[#e87a30] text-white px-4 py-2 rounded-lg font-bold hover:bg-[#d66a28] transition-colors;}.btn-secondary{@apply bg-[#f4f2f0] text-[#181411] px-4 py-2 rounded-lg font-medium hover:bg-[#e87a30] hover:text-white transition-colors;}.input-field{@apply w-full p-4 rounded-lg bg-[#f4f2f0] border-none focus:outline-0 focus:ring-2 focus:ring-[#e87a30] text-[#181411] placeholder:text-[#887263];}.gallery-item{@apply cursor-pointer transition-transform duration-300 hover:scale-105;}.nav-link{@apply text-[#181411] text-sm font-medium hover:text-[#e87a30] transition-colors;}.section-title{@apply text-[#181411] text-[22px] font-bold leading-tight tracking-[-.015em];}.text-muted{@apply text-[#887263];}}@layer utilities{.text-shadow{text-shadow:0 2px 4px rgba(0,0,0,.1)}.bg-gradient-overlay{background:linear-gradient(#0000001a,#0006)}}
