* { margin: 0; padding: 0; box-sizing: border-box; touch-action: none; } body { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; } :root { --bg_gray: #353a3c; --bg_gray0: #555b61; --text_0: #d9d9d9; --text_2: #b5b5b5; --pg_bg: #1c1e1f; --gray_border: rgb(100, 100, 100); --resizeblue: #c800ff; --hoverblue: #15539e; --gradient: linear-gradient(to right, #493240, #ff0099); } ::-webkit-scrollbar { width: 4px; background-color: var(--bg_gray); } ::-webkit-scrollbar-thumb { background-color: var(--gray_border); }