@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:wght@600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Inter,sans-serif;color:#173b29;background:#fefdf8}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(135deg,#fefdf8,#f0faf4);overflow-x:hidden}h1,h2,h3,h4{font-family:Montserrat,sans-serif}::-webkit-scrollbar{width:9px}::-webkit-scrollbar-thumb{background:#1a5c38;border-radius:8px}.float{animation:float 5s ease-in-out infinite}@keyframes float{50%{transform:translateY(-16px) rotate(3deg)}}
