@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Inter:wght@400;500&display=swap";
:root{--bg:#faf7f2;--text:#3a3632;--accent:#b68a6a}*{box-sizing:border-box}html,body{height:100%}body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}main{place-items:center;min-height:100vh;padding:48px 24px;display:grid}h1{letter-spacing:.2px;text-align:center;margin:0;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(42px,6vw,84px);font-weight:600;line-height:1.05}
