@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap";html{background:var(--bg)}:root{--bg:#fff;--bg-secondary:#f8f7f4;--border:#e5e4e0;--border-secondary:#d0cfc8;--text-primary:#1a1a1a;--text-secondary:#6b6a65;--text-muted:#9b9a95;--blue-bg:#e6f1fb;--blue-border:#378add;--blue-text:#0c447c;--green-bg:#eaf3de;--green-border:#639922;--green-text:#27500a;--red-bg:#fcebeb;--red-border:#e24b4a;--red-text:#791f1f}[data-theme=dark]{--bg:#1a1a1a;--bg-secondary:#242424;--border:#2e2e2e;--border-secondary:#3a3a3a;--text-primary:#e8e7e2;--text-secondary:#9b9a95;--text-muted:#6b6a65;--blue-bg:#0c2a45;--blue-border:#378add;--blue-text:#85b7eb;--green-bg:#1a2e0a;--green-border:#639922;--green-text:#c0dd97;--red-bg:#2e0a0a;--red-border:#e24b4a;--red-text:#f09595}*{box-sizing:border-box;transition:background-color .3s,border-color .3s,color .3s}body{background:var(--bg);margin:0}
