@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Open+Sans&display=swap");*{box-sizing:border-box;padding:0;margin:0;font-family:Inter,sans-serif!important}body,html{max-width:100vw}.loader-container{display:flex;align-items:center;justify-content:center;height:100vh}.loader{border:4px solid rgba(0,0,0,.1);border-top-color:#3498db;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}::-webkit-scrollbar{height:7px;width:5px;width:8px;scroll-behavior:smooth}::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{background-color:#060702}::-webkit-scrollbar-thumb:hover{background:#555}