@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&display=swap");*{box-sizing:border-box;margin:0;padding:0}body{background:#0a0a0f;color:#e0e0e0}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#0a0a0f}::-webkit-scrollbar-thumb{background:#222;border-radius:3px}button,input,textarea{font-family:DM Mono,monospace}button:hover{opacity:.85}