html, body, #root { background-color: #0b0b0f; }
body { overscroll-behavior-y: none; -webkit-tap-highlight-color: transparent; }
* { -webkit-user-select: none; user-select: none; }
input, textarea { -webkit-user-select: text; user-select: text; }
