@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300..800&display=swap";html,body,#root{width:100%;height:100%;margin:0;padding:0;font-family:JetBrains Mono,monospace;display:flex;overflow:hidden}*{-webkit-user-select:none;user-select:none;box-sizing:border-box}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#4e4e4e;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#4b5563}