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

html { scroll-behavior: smooth; }

@layer utilities {
    .btn-door {
        @apply bg-[#8B5A2B] hover:bg-[#6b4421] text-white font-semibold py-3 px-8 rounded-sm transition-all duration-300 border border-[#8B5A2B] hover:border-[#6b4421];
    }
    .btn-door-outline {
        @apply border border-[#8B5A2B] text-[#8B5A2B] hover:bg-[#8B5A2B] hover:text-white font-semibold py-3 px-8 rounded-sm transition-all duration-300;
    }
    .text-gold {
        color: #B8860B;
    }
    .bg-wood-texture {
        background-color: #2C1E16;
        background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23noise)' opacity='0.08'/%3E%3C/svg%3E");
    }
}
