@import url("https://fonts.googleapis.com/css2?family=Lora:wght@600&family=Inter:wght@400;500;600&display=swap");:root{--bg:#f6f2ea;--card:#fcfaf4;--green:#1e3d2f;--klinker:#a84c31;--ink:#2a2a28;--border:rgba(30,61,47,.14);--radius:6px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--ink);font-family:Inter,system-ui,sans-serif;font-size:15px;line-height:1.6}h1,h2,h3{font-family:Lora,Georgia,serif;font-weight:600;line-height:1.2}a{color:var(--klinker);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit}