@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500;1,600&family=Figtree:wght@400;500&display=swap");*{margin:0;padding:0;box-sizing:border-box}:root{--bg:#FAF7F2;--surface:#FFFFFF;--ink:#33302B;--muted:#7C766C;--line:#E8E2D8;--accent:#A67C52;--deep:#44514A}html{lang:de}body{background-color:var(--bg);color:var(--ink);font-family:Figtree,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6;font-weight:400}h1,h2,h3,h4{font-family:Cormorant Garamond,serif;line-height:1.2}h1,h2,h3,h4{font-weight:600}h1{font-size:3.5rem;margin-bottom:1rem}h2{font-size:2.5rem;margin-bottom:.75rem}h3{font-size:1.5rem;margin-bottom:.5rem}h4{font-size:1.125rem}p{margin-bottom:1rem;color:var(--ink)}a{color:var(--accent);text-decoration:none;transition:color .2s ease}a:hover{color:var(--deep)}a:focus-visible{outline:2px solid var(--accent);outline-offset:2px}button{font-family:Figtree,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;cursor:pointer;border:none;padding:1rem 2rem;border-radius:0;transition:all .2s ease}button:focus-visible{outline:2px solid var(--deep);outline-offset:2px}.btn-primary{background-color:var(--deep);color:#FFFFFF;font-weight:500;text-transform:none}.btn-primary:hover{background-color:var(--accent);color:var(--ink)}input,select,textarea{font-family:Figtree,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;padding:.75rem;border:1px solid var(--line);border-radius:0;background-color:var(--surface);color:var(--ink);transition:border-color .2s ease}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px rgba(166,124,82,.1)}input::placeholder,textarea::placeholder{color:var(--muted)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.75rem}.container{padding:0 1.5rem}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}