@import 'https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;300;400;700;900&family=Poppins:ital,wght@0,100;0,400;0,700;1,400&display=swap';@font-face{font-family:baron neue;src:url('/fonts/Baron Neue.otf')format('opentype')}:root{--primary-color:#f1804d;--primary-color-hover:#ffa075;--text-color:#273332;--border-color:#273332;--title-font-family:"League Spartan", sans-serif;--subtitle-font-family:"Poppins", sans-serif;--body-font-family:"Poppins", sans-serif}body{margin:0;padding:0;background:#fff;color:#273332}main{width:calc(100% - 2em);max-width:600px;margin:0 auto;font-family:var(--body-font-family)}#lang-control{display:flex;flex-direction:row;justify-content:center;padding-top:1em}h1{font-family:var(--title-font-family)}h2,h3{font-family:var(--subtitle-font-family)}h3{font-weight:400}input,textarea{padding:.5rem;font-size:1rem;border:1px solid var(--border-color);border-radius:6px;font-family:var(--body-font-family)}input:focus,textarea:focus{border:1px solid var(--primary-color);outline:1px solid var(--primary-color)}button{background:var(--primary-color);color:#fff;font-weight:700;border:none;border-radius:8px;transition:background .2s;height:2em}button:hover{background:var(--primary-color-hover);cursor:pointer}.hero{position:relative;width:100vw;height:50vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-image{width:100%;height:100%;object-fit:cover;display:block;background:var(--primary-color)}.hero-text{position:absolute;display:flex;flex-direction:column;justify-content:center;color:#fff;text-align:center;text-shadow:2px 2px 4px #000}.hero .title{font-family:baron neue,var(--title-font-family);font-size:3rem;letter-spacing:2px;margin:0}.hero .subtitle{font-family:var(--body-font-family);font-size:1.5rem;font-weight:300}@media(max-width:768px){.hero{height:40vh}.hero-text .title{font-size:2.5rem}.hero-text .subtitle{font-size:1rem}}@media(max-width:512px){.hero{height:25vh}.hero-text .title{font-size:2rem}}.contact form{display:flex;flex-direction:column;gap:1rem;margin-bottom:3em;align-items:center}.contact form input,.contact form textarea{width:100%}.contact form button{width:125px}.contact label{font-weight:500;color:var(--primary-color)}