:root{--onboarding-blue:rgba(113,200,255,1);--onboarding-white:rgba(198,233,255,1)}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:rubik;min-height:100%}:root::-webkit-scrollbar{width:16px}:root::-webkit-scrollbar-track{background-color:var(--onboarding-blue)}:root::-webkit-scrollbar-thumb{border-radius:10px;border:3px solid var(--onboarding-blue);background-color:var(--onboarding-white)}div::-webkit-scrollbar{width:10px}div::-webkit-scrollbar,div::-webkit-scrollbar-track{background-color:var(--onboarding-white)}div::-webkit-scrollbar-thumb{border-radius:10px;border:3px solid var(--onboarding-white);background-color:var(--onboarding-blue)}.white-scrollbar::-webkit-scrollbar{width:10px;background-color:rgba(255,255,255)}.white-scrollbar::-webkit-scrollbar-track{background-color:rgba(255,255,255)}.white-scrollbar::-webkit-scrollbar-thumb{border-radius:10px;border:3px solid rgba(255,255,255);background-color:var(--onboarding-blue)}