@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
:root{--green-900:#1b4332;--green-700:#2d6a4f;--green-500:#40916c;--green-300:#74c69d;--green-100:#d8f3dc;--amber:#f4a261;--amber-dark:#e76f51;--text-dark:#111827;--text-muted:#6b7280;--bg:#f9faf8;--white:#fff;--border:#e5e7eb}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);color:var(--text-dark);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}input,select,textarea{font-family:inherit}button{cursor:pointer;font-family:inherit}
