:root {
  --page-bg: #f6f1ea;
  --surface: #fffdf9;
  --surface-strong: #ffffff;
  --surface-dark: #17212b;
  --text: #13212a;
  --muted: #5e6c76;
  --border: #d9cfc3;
  --copper: #b45e2f;
  --copper-deep: #8b431e;
  --shadow: 0 20px 40px rgba(17, 28, 36, 0.08);
  --radius-sm: 0.75rem;
  --radius-md: 1.25rem;
  --radius-lg: 2rem;
  --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;
  --content-width: 72rem;
}

