@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Send+Flowers&family=Sora:wght@100..800&display=swap);.App{min-height:100vh}.App,.section-1{display:flex;flex-direction:column;width:100%}.section-1{align-items:center;padding:.5rem 2rem}.section-1 h1{margin-top:12rem;text-align:center}.section-1 p{text-wrap:wrap;text-align:center}.section-1 .hero-cta{margin-bottom:.5rem;margin-top:1rem}.button,.section-1 .hero-cta{display:flex;flex-direction:row}.button{align-items:center;animation:button-press-out .1s ease-out forwards;border-radius:6.25rem;border-style:solid;border-width:1.5px 1.5px 4px;color:var(--font-color);font-weight:500;gap:.5rem;height:2.875rem;justify-content:center;padding:.625rem 1.5rem}.button:hover{animation:button-press .1s ease-in forwards}@keyframes button-press{0%{border-width:1.5px 1.5px 4px}to{border-width:1.5px}}@keyframes button-press-out{0%{border-width:1.5px}to{border-width:1.5px 1.5px 4px}}.primary{background:#d0da63;border-color:#a6ae4f;color:var(--black-color)}.secondary{background:none;border-color:var(--button-border)}.navbar-nav{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:.5rem 2rem}.navbar-nav .left-div{display:flex;flex-direction:row;gap:1.5rem}.navbar-nav .right-div{display:flex;flex-direction:row;gap:1rem}.navbar-nav .logo{font-family:Send Flowers,cursive;font-size:1.5rem;font-style:normal;font-weight:600;letter-spacing:8%;margin-right:1rem}.navbar-nav .logo span{color:var(--primary-color)}@media screen and (max-width:500px){.navbar-nav .left-div{justify-content:center;width:100%}.navbar-nav .link,.navbar-nav .right-div{display:none}}*{box-sizing:border-box}:root{--primary-color:#d0da63;--bg-color:#fff;--font-color:#0a0b05;--black-color:#0a0b05;--button-border:#0a0b0526;--input-bg:#0a0b050d;--input-border:#0a0b0526}[data-theme=dark]{--bg-color:#0a0b05;--font-color:#fff;--button-border:#fff3;--input-bg:#ffffff1a;--input-border:#fff3}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;background:var(--bg-color);color:#0a0b05;color:var(--font-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-family:Inter,sans-serif;font-optical-sizing:auto;font-size:1rem;font-style:normal;font-weight:400;line-height:160%;margin:0}.medium-text{font-size:1.125rem}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,h5,h6{font-family:Sora,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:600;letter-spacing:1%}h1,h2,h3{line-height:120%}h4,h5,h6{line-height:140%}h1{font-size:4.5rem}h2{font-size:3.25rem}h3{font-size:2.75rem}h4{font-size:2.25rem}h5{font-size:1.75rem}h6{font-size:1.375rem}a{text-decoration:none}a,input{color:#0a0b05;color:var(--font-color)}input{align-items:center;background:#0a0b050d;background:var(--input-bg);border:1px solid #0a0b0526;border:1px solid var(--input-border);border-radius:12px;display:flex;flex-direction:row;gap:.5rem;height:2.625rem;margin-right:1rem;padding:.5rem .75rem;width:23.25rem}
/*# sourceMappingURL=main.8348dd3b.css.map*/