@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");.loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;height:100vh;background:#F7F7F5;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:-.005em}.spinner{width:38px;height:38px;border:3px solid rgba(19,78,74,.12);border-top-color:#134e4a;border-radius:50%}.loading-text{margin:0;font-size:13.5px;font-weight:500;color:#4B5563;letter-spacing:-.005em}