@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Inter,sans-serif;color:#111827;background:#fafaf9}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,sans-serif}*{box-sizing:border-box}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f5f5f4}::-webkit-scrollbar-thumb{background:#16a34a;border-radius:999px}.hero-gradient{background:linear-gradient(135deg,#0f172a,#14532d)}.section-gradient{background:linear-gradient(180deg,#f5f5f4,#fff)}h1,h2,h3,h4{font-family:Inter,sans-serif}
