:root {
  --sand: #F5F0E8;
  --ocean: #2A6B7C;
  --ocean-light: #3B7A9E;
  --coral: #E8A598;
  --charcoal: #2C3E50;
  --gold: #C4A35A;
  --sage: #8FAE8B;
  --white: #FFFFFF;
  --text: #333333;
  --text-light: #666666;
  --border: #E5E5E5;
  --font-heading: "Cormorant Garamond", Georgia, serif;
  --font-body: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
}
h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading); }
body { font-family: var(--font-body); font-size: 16px; line-height: 1.75; }
