@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=DM+Serif+Display:ital@0;1&display=swap");

:root {
  --font-body: "Manrope", sans-serif;
  --font-display: "DM Serif Display", serif;
  --bg: #f5f1e7;
  --surface: #fffdf8;
  --text: #1f2a24;
  --text-soft: #5f6f67;
  --heading: #102018;
  --line: rgba(24, 44, 34, 0.12);
  --primary: #0f7b6c;
  --primary-strong: #0a5d52;
  --footer: #13261f;
  --hero-overlay: linear-gradient(135deg, rgba(10, 27, 31, 0.78), rgba(15, 123, 108, 0.34));
}
