:root {
  --paper: #f3ede0;
  --surface: #eae1cb;
  --surface-elevated: #e2d8bf;
  --ink: #211d16;
  --ink-secondary: #6f6552;
  --ink-tertiary: #a89d84;
  --accent: #bf3a26;
  --border-hairline: #cbbf9f;
  --border-card: #b9ac89;

  --font-main: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --radius-card: 8px;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;

  --max-width: 1120px;
}