:root{--color-grayishBlue:#1F2632}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{max-width:100vw;overflow:hidden;background-color:#111827}body,html{height:100%}body{overflow-y:scroll;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-y:none;word-break:break-word;overflow-wrap:break-word;background-color:#ffffff}a,button,input,textarea{font-family:var(--font-noto-sans),-apple-system,sans-serif}@media (hover:none) and (pointer:coarse){input:not([type]),input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url]{font-size:16px}}a,button{cursor:pointer;transition:.3s ease-in-out}a{color:var(--color-grayishBlue);text-decoration:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f1}::-webkit-scrollbar-thumb{background:#56a23a;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#378b36}