@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=DM+Sans:wght@300;400;500&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--ink:#1a1614;--cream:#f7f3ee;--warm:#f0e8dc;--accent:#c94f2a;--accent-light:#e8855f;--muted:#7a6f68;--border:#ddd5cc;--white:#fff;--serif:"Playfair Display",Georgia,serif;--sans:"DM Sans",sans-serif;--shadow:0 4px 24px rgba(26,22,20,.08);--shadow-lg:0 16px 48px rgba(26,22,20,.12)}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.7;min-height:100vh}h1,h2,h3{font-family:var(--serif)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer}button,input,textarea{font-family:var(--sans)}