@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent;scroll-behavior:smooth}html{font-family:"Poppins",sans-serif}#root{height:100%}.loader-wrap,body,html{width:100%;height:100%}.loader-wrap{position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center}.loader{width:60px;height:60px;border-radius:50%;border:4px solid #d3d3d3;border-top-color:#f06060;animation:rotate 2s linear infinite forwards}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.bbcf32d0.chunk.css.map */