.loading-screen{align-items:center;background-color:#faf3e7;display:flex;flex-direction:column;height:100vh;justify-content:center}@keyframes zoomInOut{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.loading-logo{animation:zoomInOut 1.5s ease-in-out infinite;width:80px}@keyframes fadeInOut{0%,to{opacity:.3}50%{opacity:1}}.loading-text{animation:fadeInOut 1.5s ease-in-out infinite;color:#10716b;margin-top:12px}
/*# sourceMappingURL=main.f547229c.css.map*/