body{margin:0;font-family:DM Sans,system-ui,sans-serif}*{box-sizing:border-box}input,select,textarea,button{font-family:inherit}input,select,textarea{background:var(--bg);border:1px solid var(--border);color:var(--text);border-radius:var(--rs);outline:none;width:100%;padding:8px 11px;font-size:13.5px;transition:border-color .12s}input:focus,select:focus,textarea:focus{border-color:var(--beige3)}textarea{resize:vertical;min-height:60px;font-family:var(--fb);line-height:1.5}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--beige3)}a{color:inherit}
