@import url(https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Libre Baskerville,Georgia,Times New Roman,serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App,body,html{font-family:Cinzel,serif;height:100%;margin:0;padding:0;width:100%}.hero{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;color:#f0e8e0;display:flex;flex-direction:column;height:90vh;justify-content:center;overflow:hidden;position:relative;text-align:center}.brand-name{animation:fadeInText 1s ease forwards;animation-delay:.8s;display:flex;font-size:90px;font-weight:700;gap:5px;letter-spacing:4px;opacity:0}.char{animation:riseLetter .8s ease-out forwards;opacity:0;transform:translateY(100px)}.char:first-child{animation-delay:.5s}.char:nth-child(2){animation-delay:.7s}.char:nth-child(3){animation-delay:.9s}.char:nth-child(4){animation-delay:1.1s}.char:nth-child(5){animation-delay:1.3s}.char.highlight{animation:zoomIn .8s ease-out forwards,riseLetter .8s ease-out forwards;animation-delay:.9s}@keyframes zoomIn{0%{opacity:0;transform:scale(3)}to{opacity:1;transform:scale(1)}}@keyframes riseLetter{to{opacity:1;transform:translateY(0)}}@keyframes fadeInText{to{opacity:1}}.coming-soon{animation:fadeMove 2s ease-in-out infinite;animation-delay:2.5s;font-size:35px;font-weight:400;margin-top:5px;opacity:0}@keyframes fadeMove{0%,to{opacity:.6;transform:translateY(0)}50%{opacity:1;transform:translateY(-5px)}}.contact{background-color:#060200;color:#fff;display:flex;flex-direction:column;font-size:18px;height:70vh;justify-content:center;padding:60px 20px;text-align:center}.contact h2{font-family:Cinzel,serif;font-size:32px;margin-bottom:20px}.contact a{color:#f0e8e0;text-decoration:none}.contact a:hover{text-decoration:underline}.contact-footer{bottom:-500px;font-size:14px;left:600px;opacity:.8;position:absolute}
/*# sourceMappingURL=main.641033ac.css.map*/