@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Roboto:wght@300;400;500;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease;overflow-x:hidden}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#f5f5f5;border-radius:10px}::-webkit-scrollbar-thumb{background:#009e49;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#00632c}body[data-mui-color-scheme=dark] ::-webkit-scrollbar-track{background:#1e1e1e}body[data-mui-color-scheme=dark] ::-webkit-scrollbar-thumb{background:#00632c}body[data-mui-color-scheme=dark] ::-webkit-scrollbar-thumb:hover{background:#009e49}.MuiPaper-root,.MuiAppBar-root,.MuiCard-root,.MuiButton-root,body{transition:background-color .3s ease,color .3s ease,box-shadow .3s ease!important}:focus-visible{outline:2px solid #009E49;outline-offset:2px}*{touch-action:manipulation}::selection{background-color:#009e494d;color:inherit}.page-transition-enter{opacity:0;transform:translateY(20px)}.page-transition-enter-active{opacity:1;transform:translateY(0);transition:opacity .3s,transform .3s}.page-transition-exit{opacity:1;transform:translateY(0)}.page-transition-exit-active{opacity:0;transform:translateY(-20px);transition:opacity .3s,transform .3s}button{cursor:pointer}body[data-mui-color-scheme=light]{background:linear-gradient(to bottom right,#fff,#f5f5f5,#f0f0f0);min-height:100vh}
