@charset "UTF-8";:root{--brand-green: #94c356;--brand-teal: #046777;--control-height: 44px;--control-border: #c9cdd4;--control-placeholder: #8f8f8f;--text: #000000;--bg: #f6f9f1;--gray-100: #e0e0e0;--gray-200: #9e9e9e}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";color:var(--text);background:#fff}input::placeholder,textarea::placeholder{color:var(--control-placeholder);opacity:1;font-weight:400;font-size:16px}h1,h2,h3{font-weight:500}input,select,textarea,button{font:inherit}a{color:var(--brand-teal);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:2px solid var(--brand-teal);outline-offset:2px}
