@tailwind base;@tailwind components;@tailwind utilities;body,html{padding:0;margin:0;font-family:Inter,sans-serif;background-color:#f7f5ef;color:#1a1a1a;scroll-behavior:smooth}h1,h2,h3,h4{font-family:Playfair Display,serif}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.container-custom{max-width:1200px;margin:0 auto;padding:0 1.5rem}.hover-lift{transition:all .3s ease}.hover-lift:hover{transform:translateY(-5px)}.card{background:#fff;border-radius:16px;box-shadow:0 10px 25px rgba(0,0,0,.05);padding:1.5rem}.btn-primary{background-color:#1f4d3a;color:#fff;padding:.75rem 1.5rem;border-radius:12px;transition:all .3s ease}.btn-primary:hover{transform:scale(1.05)}.btn-secondary{border:1px solid #000;padding:.75rem 1.5rem;border-radius:12px;transition:all .3s ease}.btn-secondary:hover{background:#000;color:#fff}.section{padding:5rem 0}.text-muted{color:#6b7280}.fade-in{animation:fadeIn .8s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}