body{--scrollbar-foreground:#3a3d73;--scrollbar-hover-foreground:#474e94;--scrollbar-background:#24283b;--scrollbar-width:10px;--scrollbar-height:10px;scrollbar-color:var(--scrollbar-foreground) var(--scrollbar-background)}body::-webkit-scrollbar{width:10px;height:10px}body::-webkit-scrollbar-thumb{background:var(--scrollbar-foreground);border-radius:9999px}body::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-hover-foreground)}body::-webkit-scrollbar-track{background:var(--scrollbar-background)}