:root {
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;

  --color-ink: #24231f;
  --color-muted: #6d6a62;
  --color-faint: #929087;
  --color-border: #ddd9d0;
  --color-border-strong: #b9b4aa;
  --color-surface: #f7f6f2;
  --color-page: #fdfcf9;
  --color-primary: #24231f;
  --color-danger: #9b3e3e;
  --color-danger-surface: #fbf3f1;
  --color-success: #315f43;
  --color-focus: #756f63;

  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --font-serif: Georgia, "Iowan Old Style", "Apple Garamond", Baskerville, "Times New Roman", serif;
  --font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
  --content-width: 47.5rem;
  --landing-width: 67.5rem;
  --radius: 0.35rem;
  --transition: 150ms ease;
}
