:root {
  --color-ink: #242224;
  --color-cream: #f3eee6;
  --color-paper: #fffdf9;
  --color-chocolate: #4a362b;
  --color-leather: #604b35;
  --color-aged: #5e5145;
  --color-camel: #8b704d;
  --color-gold: #ceac68;
  --color-gold-dark: #7a5a22;
  --color-line: #d9cebe;
  --color-error: #8a241f;
  --color-success: #2f6545;
  --font-display: Georgia, 'Times New Roman', serif;
  --font-body: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --space-1: .25rem;
  --space-2: .5rem;
  --space-3: .75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --radius-sm: .35rem;
  --radius-md: .75rem;
  --radius-lg: 1.25rem;
  --shadow-sm: 0 10px 30px rgba(36, 34, 36, .08);
  --shadow-lg: 0 24px 70px rgba(36, 34, 36, .16);
  --container: 75rem;
  --container-narrow: 48rem;
  --transition: 180ms ease;
}

