@import"https://fonts.googleapis.com/css2?family=Quattrocento:wght@400;700&display=swap";.qto-regular{font-family:Quattrocento,serif;font-weight:400;font-style:normal}.qto-bold{font-family:Quattrocento,serif;font-weight:700;font-style:normal}body{background:#f1f5f2;margin:0;padding:0;overflow-x:hidden}.splash-screen{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100vw;background:linear-gradient(to bottom right,#f4f1ec,#e7dfd3);color:#3b2d1f;transition:opacity .6s ease-out;font-family:Poppins,sans-serif}.splash-logo{width:auto;height:120px;border-radius:20px;margin-bottom:20px;animation:fadeIn 1.2s ease-in-out;box-shadow:0 4px 15px #3b2d1f26}.splash-title{font-size:2rem;font-weight:600;letter-spacing:1px;animation:fadeIn 1.8s ease-in-out;color:#3b2d1f}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
