@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700&display=swap);*{box-sizing:border-box;margin:0;padding:0;font-family:Nunito,sans-serif}body{--max-center-width:900px;scroll-behavior:smooth}.disabled{-webkit-user-select:none;user-select:none;pointer-events:none;opacity:.5}@keyframes loading_spinner{0%{stroke-dasharray:1 98;stroke-dashoffset:-105}50%{stroke-dasharray:80 10;stroke-dashoffset:-160}to{stroke-dasharray:1 98;stroke-dashoffset:-300}}#spinner{transform-origin:center;animation-name:loading_spinner;animation-duration:1.2s;animation-timing-function:cubic-bezier;animation-iteration-count:infinite}@keyframes fade-in{0%{opacity:0}to{opacity:1}}