:root{--bg:#fffceb;--bg-2:#fff2e2;--bg-3:#fff1bf;--green:#687b3d;--green-bright:#91c633;--pink:#d64479;--peach:#f8b1aa;--amber:#fdba2f;--blue:#7596c8;--cyan:#7ddbf4;--purple:#6819ce;--ink:#1b1b1b;--ink-2:#555;--ink-3:#999;--white:#ffffff}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body,html{height:100%;overflow:hidden}body{background:var(--bg);color:var(--ink);font-family:Silkscreen,Courier New,monospace;-webkit-font-smoothing:antialiased}button{font-family:inherit}a{color:inherit;text-decoration:none}