:root{--theme-color: #de7777;--accent-color: #AAE578;--accent-color-light: #E6F1DD}*{font-family:Inter,Roboto;box-sizing:border-box}html,body,#root{margin:0;padding:0;width:100%;height:100%}body{background-color:var(--theme-color)}::-webkit-scrollbar{width:9px;overflow:auto;background-color:#fff0}::-webkit-scrollbar-track,::-webkit-scrollbar-thumb{background-clip:padding-box}::-webkit-scrollbar-track{background-color:transparent}::-webkit-scrollbar-thumb{background-color:#858585;border:2px solid rgba(255,255,255,0);border-width:8px 3px 8px 3px}::-webkit-scrollbar-thumb:hover{border-left-width:0}::-webkit-scrollbar-button{height:0;width:0}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.Loader{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100vh;opacity:0;animation:fadeIn 1s linear 0s forwards}.Loader__spinner{width:48px;height:48px;border:5px solid #FFF;border-bottom-color:transparent;border-radius:50%;animation:rotation 1s linear infinite}.Loader p{margin:20px;color:#fff;font-size:20px}
