html,body,#root{overscroll-behavior-y:none;background-color:#0a0a0a;height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;-webkit-tap-highlight-color:transparent;font-family:IBMPlexSans-Regular,IBM Plex Sans,system-ui,sans-serif}::selection{color:#0a0a0a;background:#cf0}*{scrollbar-width:thin;scrollbar-color:#333 #0a0a0a}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#333;border:2px solid #0a0a0a;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#cf0}:focus{outline:none}:focus-visible{outline-offset:2px;outline:2px solid #cf0}input,textarea{caret-color:#cf0}