@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*,*:before,*:after{box-sizing:border-box}*{margin:0}@media (prefers-reduced-motion: no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}html{--primary-color: #111827;--secondary-color: #F9FAFB;--accent-color: #F0B429;--font-family: "Poppins", sans-serif;padding:0;margin:0;height:100vh}body{background-color:var(--primary-color);color:var(--secondary-color);font-family:var(--font-family);margin:0 1rem;height:100%}#app{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center}.container-title{display:flex;flex-direction:column;gap:1rem}.accent-text-span{color:var(--accent-color);font-size:2.5rem;display:block;margin-top:-.5rem}.desc{text-align:justify}.contact-btn{background-color:var(--accent-color);color:var(--primary-color);padding:.5rem 2rem;text-align:center;width:fit-content;font-weight:700;align-self:flex-end;text-decoration:none}.contact-btn:hover{background-color:#ba8800;cursor:pointer;transition:background-color .3s ease}.coming-soon{margin-top:2rem}.fade-in{animation:fadeIn 1s}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media only screen and (min-width: 600px){body{height:80vh;display:flex;flex-direction:column;justify-content:center}#app{font-size:1.3rem;display:flex;justify-content:center;align-items:center;height:80%}.accent-text-span{font-size:3rem}.container-title{width:60%}}
