:root {
  --cream: #f4f0e8;
  --sand: #e7decb;
  --brown: #6b5844;
  --brown-dark: #4b3e2f;
  --gold: #b98a4b;
  --ink: #2b2620;
  --white: #ffffff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", Arial, sans-serif;
  --maxw: 1200px;
  --space: clamp(48px, 8vw, 120px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--white); font-size: 17px; line-height: 1.7; }
h1,h2,h3 { font-family: var(--serif); font-weight: 400; line-height: 1.15; }
img { max-width: 100%; display: block; }
a { color: inherit; }
