@tailwind base;@tailwind components;@tailwind utilities;.shrikhand-regular{font-family:Shrikhand,serif;font-weight:400;font-style:normal}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;opacity:1;transition:opacity .3s ease-out;gap:8px}.loading-screen.hide{opacity:0;pointer-events:none}.loading-spinner{width:40px;height:40px;border:4px solid rgba(94,111,251,.2);border-top-color:#5e6ffb;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{color:#5e6ffb;font-weight:500;font-size:1.1rem;margin-top:0}
