@import "https://fonts.googleapis.com/css2?family=Nunito:wght@700;800;900&family=Nunito+Sans:wght@400;600;700;800&display=swap";
:root{--green:#3d8b47;--green-muted:#3d8b471a;--orange:#f58c00;--orange-muted:#f58c001a;--red:#e53e3e;--red-muted:#e53e3e1a;--text:#1a1a1a;--muted:#6b7280;--bg:#f7f7f5;--white:#fff;--border:#e8e8e4}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Nunito Sans,sans-serif}input:focus{outline:none;box-shadow:0 0 0 3px #3d8b471f;border-color:var(--green)!important}
