@import "https://fonts.googleapis.com/css2?family=Syne:wght@600;700;800&family=DM+Sans:wght@300;400;500&display=swap";
:root{--font-display:"Syne", sans-serif;--font-body:"DM Sans", system-ui, sans-serif;--color-bg:#e8e8e8;--color-text:#0a0a0a;--color-muted:#7a7a7a;--color-border:#d4d4d4;--color-card:#e8e8e8;--color-highlight:#e8c547;--color-green:#5cb85c;--color-red:#d9534f;--color-blue:#5b9bd5;--sidebar-width:240px;--neu-shadow:6px 6px 12px #c8c8c8, -6px -6px 12px #fff;--neu-shadow-sm:3px 3px 6px #c8c8c8, -3px -3px 6px #fff;--neu-shadow-lg:10px 10px 20px silver, -10px -10px 20px #fff;--neu-inset:inset 3px 3px 6px #c8c8c8, inset -3px -3px 6px #fff;--neu-inset-sm:inset 2px 2px 4px #c8c8c8, inset -2px -2px 4px #fff}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-size:14px;font-weight:300;line-height:1.6}h1,h2,h3{font-family:var(--font-display);letter-spacing:-.02em;font-weight:300}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:2px}
