:root {
  --ink: #161817;
  --charcoal: #1d211f;
  --charcoal-2: #252a27;
  --paper: #eee4ce;
  --paper-light: #f7f0df;
  --stone: #b9ad96;
  --gold: #c9a24c;
  --gold-light: #e2c77b;
  --muted-dark: #a9aaa4;
  --muted-paper: #655f54;
  --line-dark: rgba(226,199,123,.28);
  --line-paper: rgba(56,49,39,.22);
  --shadow: 0 18px 48px rgba(0,0,0,.18);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --max: 1180px;
  --radius: 3px;
  --space-1: .5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2.5rem;
  --space-5: 4rem;
  --space-6: 6rem;
}