:root {
  --brand: #6b2d3c;
  --brand-dark: #7a3d4c;
  --header-bg: #fffaf9;
  --header-ink: #2a1218;
  --accent: #b8922a;
  --font-display: "Source Serif 4", Georgia, serif;
  --bg: #faf6f4;
  --footer-bg: #f3ebe8;
}
.hero h1 { max-width: 16ch; }
