:root{--light-blue: #25dde4;--dark-purple: #171125;--dark-green: #206076;--purple: #4e3f79;--light-purple: #6c2d78;--white: #ffffff;--black: #000000;--gray: #666666;--stone: #828282;--wall: #e0e0e0;--lite: #f0f0f0;--success: #0cc665;--alert: #ff7d00;--error: #ff2525;--neutral: #6eb2ff;--background: #f0f0f0;--font-family: "Open Sans", sans-serif;--font-headline: 40px;--font-title-1: 32px;--font-title-2: 26px;--font-title-3: 24px;--font-body-1: 18px;--font-body-2: 16px}*{font-family:var(--font-family);font-size:var(--font-body-2);box-sizing:border-box}body{scroll-behavior:auto;box-sizing:border-box}body,p{margin:0!important;padding:0!important}img{max-width:100%;height:auto;display:block;object-fit:cover}.suspense_container{height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;background-color:var(--background)}.suspense_container svg{width:320px!important;height:100%!important}@media (min-width: 1024px){.suspense_container svg{width:600px!important}}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{box-shadow:inset 0 0 5px var(--stone);border-radius:10px}::-webkit-scrollbar-thumb{background:var(--light-purple);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--purple)}
