@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Source+Sans+3:wght@400;500;600;700&display=swap");

:root {
  --font-body: "Source Sans 3", sans-serif;
  --font-display: "Cormorant Garamond", serif;
  --bg: #f3ede3;
  --surface: #fffaf4;
  --text: #2b342f;
  --text-soft: #5f675f;
  --heading: #19221d;
  --line: rgba(43, 52, 47, 0.12);
  --primary: #a45c3b;
  --primary-strong: #743a23;
  --footer: #1b241f;
  --hero-overlay: linear-gradient(135deg, rgba(25, 34, 29, 0.84), rgba(164, 92, 59, 0.38));
}
