@import url(https://fonts.googleapis.com/css2?family=Sabon:wght@400;500&family=Source+Serif+4:wght@300;400;500&display=swap);body,html{height:100%;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:"Source Serif 4",serif;overflow:hidden}*{box-sizing:border-box}*,body,html{margin:0;padding:0}body,html{height:100%;overflow:hidden}#root,.app{height:100vh;width:100vw}.app{align-items:center;background:linear-gradient(135deg,#fefefe,#f9f9f9 30%,#f5f5f5 70%,#f0f0f0);background-attachment:fixed;display:flex;justify-content:center;overflow:hidden;position:relative}.app:before{animation:milkShadowMove 12s ease-in-out infinite;background:#c8c8c866;border-radius:50%;content:"";filter:blur(40px);height:150px;left:20%;pointer-events:none;position:absolute;top:20%;width:300px;z-index:0}@keyframes milkShadowMove{0%{opacity:.6;transform:translate(0)}25%{opacity:.8;transform:translate(200px,-100px)}50%{opacity:.5;transform:translate(100px,200px)}75%{opacity:.7;transform:translate(-150px,50px)}to{opacity:.6;transform:translate(0)}}.content{max-width:800px;padding:4rem 3rem;position:relative;text-align:center;z-index:1}.title{animation:titleFadeIn 1.8s ease-out;color:#2a2a2a;font-size:clamp(2rem,4vw,3rem);font-weight:400;letter-spacing:.01em;line-height:1.2;margin-bottom:2rem}.subtitle,.title{font-family:"Source Serif 4",serif}.subtitle{animation:subtitleFadeIn 2.2s ease-out;color:#555;font-size:clamp(1.1rem,2.5vw,1.5rem);font-style:normal;font-weight:300;letter-spacing:.005em;line-height:1.5}@keyframes titleFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes subtitleFadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:.85;transform:translateY(0)}}@media (max-width:768px){.content{max-width:90%;padding:3rem 2rem}.title{margin-bottom:1.5rem}}@media (max-width:480px){.content{max-width:95%;padding:2rem 1.5rem}}
/*# sourceMappingURL=main.cfc7bc7e.css.map*/