@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700&display=swap";
:root{--ink:#181a17;--muted:#6b6f67;--paper:#f3f1ea;--panel:#fbfaf6;--line:#dedbd1;--lime:#d8ff72;--violet:#7557ff;--coral:#ff775f;--sidebar:#1b1d1a;--sidebar-muted:#9ea199}*{box-sizing:border-box}html,body{min-height:100%}body{background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea{font:inherit}button{color:inherit}::selection{color:var(--ink);background:var(--lime)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#c8c5bb;border-radius:99px}.mono{font-family:DM Mono,ui-monospace,SFMono-Regular,Menlo,monospace}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
