@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap";:root{--bg:#111;--bg-subtle:#1c1c1c;--text:#e8e8e8;--text-muted:#555;--border:#2a2a2a}[data-theme=light]{--bg:#f7f6f3;--bg-subtle:#eeecea;--text:#111;--text-muted:#999;--border:#dddbd8}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,sans-serif;font-size:16px;transition:background-color .25s,color .25s}body{background:var(--bg);color:var(--text);min-height:100dvh;transition:background-color .25s,color .25s}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}.content{width:100%;max-width:640px;margin:0 auto;padding:0 24px}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.cursor{animation:.7s step-end infinite blink}
