:root { --g:#0b6e34; --gold:#8f6c12; --ink:#102016; --mut:#4b5c50; --bg:#f4f0e4; }
body { font-family: Manrope, Georgia, serif; max-width: 720px; margin: 0 auto; padding: 40px 22px 90px; color: var(--ink); line-height: 1.7; background: var(--bg); }
h1 { font-family: "Cormorant Garamond", Georgia, serif; color: var(--g); font-weight: 500; }
h2 { font-size: 1.15rem; }
a { color: var(--g); }
.back { font-family: Manrope, system-ui, sans-serif; font-weight: 700; text-decoration: none; letter-spacing: .04em; }
p, li { color: var(--mut); }
