:root{--green: #1a3a2a;--green2: #2d5a40;--green3: #3d7a56;--green-light: #e8f2ec;--ocre: #b07d2a;--ocre-light: #f7f0e2;--surface: #ffffff;--surface2: #f5f7f5;--surface3: #edf0ed;--border: #d4dbd4;--border2: #c2ccc2;--text: #1c2b1f;--text2: #4a5e4d;--text3: #7a8e7d;--red-bg: #fdf0ee;--red: #993c1d;--amber-bg: #fdf5e0;--amber: #854f0b;--teal-bg: #e1f5ee;--teal: #0f6e56;--blue-bg: #e6f1fb;--blue: #185fa5;--radius: 8px;--radius-lg: 12px;--font-body: "DM Sans", sans-serif;--font-serif: "Fraunces", serif;--font-mono: "DM Mono", monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:var(--font-body);font-size:14px;color:var(--text);background:#e8ece8;-webkit-font-smoothing:antialiased}#root{height:100%}button{font-family:var(--font-body);cursor:pointer}a{color:inherit;text-decoration:none}input,select,textarea{font-family:var(--font-body)}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}.mono{font-family:var(--font-mono);font-size:12px}.serif{font-family:var(--font-serif)}.fade-in{animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}
