:root {
  --cream: #f3eee6;
  --ink: #1c1814;
  --terracotta: #c45c26;
  --sage: #2f5d48;
  --paper: #fffcf7;
  --line: #e4d9cc;
  --muted: #6b6258;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Source Serif 4", Georgia, serif;
}

.sans { font-family: "DM Sans", system-ui, sans-serif; }
a { color: inherit; text-decoration: none; }

.prose-article h1 { font-size: 2.1rem; line-height: 1.2; margin: 0 0 1rem; }
.prose-article h2 { font-size: 1.35rem; margin: 2rem 0 0.75rem; }
.prose-article p, .prose-article li { line-height: 1.7; }
.prose-article p { margin: 0.9rem 0; }
.prose-article ul { padding-left: 1.2rem; }
.prose-article a { color: var(--terracotta); text-decoration: underline; text-underline-offset: 3px; }

.banner-hero {
  background:
    radial-gradient(1200px 400px at 10% 0%, rgba(196, 92, 38, 0.22), transparent 55%),
    radial-gradient(900px 380px at 90% 20%, rgba(47, 93, 72, 0.2), transparent 50%),
    linear-gradient(180deg, #2a221c 0%, #1c1814 100%);
  color: #f7f1e8;
}
