@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Outfit:wght@400;600;700&display=swap");
:root {
  --color-bg: #f6f1ea;
  --color-bg-white: #fbf8f4;
  --color-text: #1c1410;
  --color-text-muted: #6a574c;
  --color-primary: #3d2118;
  --color-accent: #c45c2a;
  --color-accent-soft: #e8b48a;
  --color-accent-hover: #a64b22;
  --color-border: #e2d3c6;
  --color-header-bg: #1c1410;
  --color-nav: #e8d8cc;
  --color-nav-muted: #a89284;
  --color-crumb: #d9c4b4;
  --color-footer-bg: #140f0c;
  --color-footer-text: #d9c4b4;
  --hero-bg: radial-gradient(ellipse at 78% 18%, rgba(196,92,42,0.35), transparent 48%), linear-gradient(165deg, #1c1410 0%, #3d2118 52%, #5a3324 100%);
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Outfit", "Segoe UI", sans-serif;
  --radius: 2px;
  --shadow: 0 10px 28px rgba(28, 20, 16, 0.08);
}
