@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&family=IBM+Plex+Mono:wght@400;500;600&display=swap";:root{--cream:#fefae0;--sand:#f2ecc4;--terracotta:#dda15e;--burnt:#bc6c25;--forest:#283618;--olive:#606c38;--olive-l:#eaf0d8;--bg:#fefae0;--bg2:#fffdf2;--bg3:#f2ecc4;--border:#ddd8b8;--border-strong:#b8a880;--text:#283618;--text2:#3d4a22;--text3:#8a9060;--text-inv:#fefae0;--accent:#283618;--accent-l:#eaf0d8;--success:#606c38;--warning:#dda15e;--danger:#dc2626;--danger-l:#fee2e2;--sans:"IBM Plex Sans", system-ui, sans-serif;--mono:"IBM Plex Mono", monospace;--r-sm:6px;--r:10px;--r-lg:16px;--r-xl:22px;--shadow-sm:0 1px 3px #28361814;--shadow:0 4px 16px #2836181a;--shadow-lg:0 8px 32px #28361821}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);font-family:var(--sans);color:var(--text);-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.5}input,button,textarea,select{font-family:var(--sans)}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}.fade-up{animation:.35s both fadeUp}.fade-up-1{animation:.35s 80ms both fadeUp}.fade-up-2{animation:.35s .16s both fadeUp}.fade-up-3{animation:.35s .24s both fadeUp}.fade-in{animation:.3s both fadeIn}.spinner{border:3px solid var(--olive-l);border-top-color:var(--olive);border-radius:50%;width:28px;height:28px;animation:.7s linear infinite spin}
