:root{--ink:#1a0e05;--ink-2:#3a2a17;--cream:#f5f0e8;--cream-2:#ede7db;--paper:#f9f6f0;--magenta:#c0265a;--amber:#e8901b;--teal:#2a8a85;--crt:#a8e890;--rule:rgba(26,14,5,0.12);--serif:"DM Serif Display",Georgia,serif;--mono:"DM Mono","Courier New",monospace;--pix:"VT323",monospace}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;overflow:hidden}body{background:var(--ink);color:var(--crt);font-family:var(--mono);font-size:14px;line-height:1.5}button{cursor:pointer}a{text-decoration:none}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:#0e0805}::-webkit-scrollbar-thumb{background:#3a2a17;border-radius:2px}