*{box-sizing:border-box;margin:0;padding:0}html,body{overscroll-behavior:none;width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow:hidden}#root{width:100%;height:100%}*{scrollbar-width:thin;scrollbar-color:var(--fill-primary)transparent}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-thumb{background:var(--fill-primary);border-radius:var(--radius-sm-val)}::-webkit-scrollbar-thumb:hover{background:var(--fill-secondary)}::-webkit-scrollbar-track{background:0 0}