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

:root {
  --font-body: "Manrope", sans-serif;
  --font-display: "Libre Baskerville", serif;
  --bg: #f6f1e7;
  --surface: #fffaf2;
  --text: #21312b;
  --text-soft: #5e6f67;
  --heading: #13211c;
  --line: rgba(19, 33, 28, 0.12);
  --primary: #b56a2d;
  --primary-strong: #8e4f1f;
  --footer: #18342b;
  --hero-overlay: linear-gradient(135deg, rgba(17, 41, 33, 0.82), rgba(181, 106, 45, 0.34));
}
