@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#fff;--card:#f4fdf0;--green-mid:#3ab528;--green-bright:#7ed321;--green-light:#a8e63d;--text:#1a3a0a;--muted:#3a7a20}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:Nunito,sans-serif}#root{min-height:100vh}
