:root{scrollbar-gutter:stable}:root::-webkit-scrollbar{transition-duration:.1s;width:8px;height:8px;cursor:pointer}:root::-webkit-scrollbar-track{background:var(--mui-palette-primary-light);border-radius:0}:root::-webkit-scrollbar-thumb{background:var(--mui-palette-text-secondary);-webkit-transition:all .3s linear;transition:all .3s linear;cursor:pointer;border-radius:0}:root::-webkit-scrollbar-thumb:hover{background:var(--mui-palette-primary-main)}:root body{font-family:var(--font-inter),serif;margin:0;padding-right:0!important}:root body *{box-sizing:border-box}:root body ::-webkit-scrollbar{transition-duration:.1s;width:8px;height:8px;cursor:pointer}:root body ::-webkit-scrollbar-track{background:var(--mui-palette-primary-light);border-radius:0}:root body ::-webkit-scrollbar-thumb{background:var(--mui-palette-text-secondary);-webkit-transition:all .3s linear;transition:all .3s linear;cursor:pointer;border-radius:0}.thin-scrollbar::-webkit-scrollbar{width:4px!important;height:4px!important}.hidden-scrollbar::-webkit-scrollbar{width:0!important;height:0!important}