@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:0 0;border-radius:9999px;transition:background .2s}:hover::-webkit-scrollbar-thumb{background:#ffffff26}:hover::-webkit-scrollbar-thumb:hover{background:#ffffff40}*{scrollbar-width:thin;scrollbar-color:transparent transparent}:hover{scrollbar-color:#ffffff26 transparent}