:root {
  /* Colour */
  --color-background: #f7f4ed;
  --color-surface: #ffffff;
  --color-accent: #c89b52;
  --color-text: #18202a;
  --color-text-muted: #5f6873;
  --color-hero-text: #f7f4ed;

  /* Type */
  --font-display: Georgia, "Times New Roman", serif;
  --font-body: Arial, Helvetica, sans-serif;

  /* Layout */
  --content-max-width: 80rem;
  --content-wide-width: 90rem;
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 2rem;
  --space-4: 4rem;

  /* Details */
  --radius-sm: 0.25rem;
  --radius-md: 0.5rem;
  --transition-base: 180ms ease;
}
