@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box}:root{--green: #059669;--green-dark: #047857;--green-soft: #ecfdf5;--ink: #0f2419;--ink-soft: #3f5249;--muted: #5b6b63;--line: #e3ede8;--bg: #f6faf8;--surface: #ffffff}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--ink);font-family:DM Sans,-apple-system,system-ui,sans-serif;-webkit-font-smoothing:antialiased}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:spin .9s linear infinite}input,textarea,button{font-family:inherit}input:focus,textarea:focus{outline:none;border-color:var(--green)!important}
