html,body,#root{margin:0;padding:0;width:100%;min-height:100vh;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:var(--mui-background-default, #fafafa);color:var(--mui-text-primary, #000);scroll-behavior:smooth}body{display:flex;flex-direction:column;overflow-y:auto}#root{display:flex;flex-direction:column;flex-grow:1;min-height:100vh}*{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.3) transparent}*::-webkit-scrollbar{width:8px}*::-webkit-scrollbar-thumb{background-color:#0000004d;border-radius:8px}*::-webkit-scrollbar-thumb:hover{background-color:#2196f3b3}
