@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700;900&family=Roboto+Mono:wght@400;500;700&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--cream:#efefe5;--cream-2:#e6e6da;--ink:#0a0a0a;--ink-2:#1b1b1b;--orange:#ff7120;--orange-dark:#c15727;--grey:#9e9e9e;--grey-2:#787878;--line:#d6d6cc;--line-strong:#c4c4b8;--white:#fff;--green:#2e7d32;--amber:#b8860b;--red:#c62828}body,html{background:var(--cream)}body{font-family:Roboto Mono,monospace;color:var(--ink);min-height:100vh;-webkit-font-smoothing:antialiased}.techno{font-family:Orbitron,Roboto Mono,monospace;letter-spacing:-.02em}.mono{font-family:Roboto Mono,monospace}input:focus{outline:none;border-color:var(--orange)!important}button{font-family:Roboto Mono,monospace;cursor:pointer}::selection{background:var(--orange);color:#fff}