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

:root {
  --font-body: "Source Sans 3", sans-serif;
  --font-display: "Libre Baskerville", serif;
  --bg: #f5f1e8;
  --surface: #fffdf8;
  --text: #21312c;
  --text-soft: #5b6b66;
  --heading: #14211d;
  --line: rgba(20, 33, 29, 0.12);
  --primary: #2f6b4f;
  --primary-strong: #1f4b37;
  --footer: #17251f;
  --hero-overlay: linear-gradient(135deg, rgba(15, 32, 24, 0.82), rgba(47, 107, 79, 0.38));
}
