:root {
  /* Color */
  --color-ink: #7D1613;
  --color-ink-light: #7D1613;
  --color-bg: #ffffff;
  --color-bg-alt: #ffffff;
  --color-text: #201d1b;
  --color-text-muted: #6b6560;
  --color-border: #e4dfd8;
  --color-chip-bg: rgba(255, 255, 255, 0.38);

  /* Type */
  --font-logo: 'Brother Home', 'Segoe Script', 'Bradley Hand', cursive;
  --font-heading: 'Avenir Next', 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  --font-body: 'Avenir Next', 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;

  /* Spacing scale */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 96px;

  /* Layout */
  --header-height: 116px;
  --container-max: 1400px;
  --gutter: 24px;

  /* Motion */
  --transition-fast: 200ms ease;
  --transition-slow: 1400ms ease;
}
