@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--parrot: #3fd44f;--forest: #15803d;--dark-forest: #14532d}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:#111827;font-family:Inter,sans-serif}*{box-sizing:border-box}h1,h2,h3,h4{font-family:Inter,sans-serif;letter-spacing:-.04em}section{transition:background .3s ease}.gradient-green{background:linear-gradient(135deg,#14532d,#15803d,#3fd44f)}.gradient-green-light{background:linear-gradient(135deg,#3fd44f,#22c55e)}::-webkit-scrollbar{width:9px}::-webkit-scrollbar-track{background:#f5f5f5}::-webkit-scrollbar-thumb{background:#b7eabb;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--parrot)}
