:root {
  --story-max: 1120px;
  --story-bg: #f6f1ea;
  --story-paper: #fbf8f1;
  --story-ink: #181512;
  --story-muted: #786f63;
  --story-line: #ded5c7;
  --story-soft: #eee7da;
  --story-cream: #fbf8f1;
  --story-accent: #8a6a36;
  --story-shadow: rgba(38, 30, 20, .08);
}

body {
  background:
    radial-gradient(circle at 50% -120px, rgba(251,248,241,.82) 0%, rgba(251,248,241,0) 360px),
    linear-gradient(180deg, #f1eadf 0%, #f6f1ea 46%, #f5f2ec 100%);
  color: var(--story-ink);
  letter-spacing: .01em;
}

::selection {
  background: #dfd0b4;
  color: var(--story-ink);
}
