:root {
  /* color */
  --color-bg: #faf7f2;
  --color-surface: #ffffff;
  --color-surface-muted: #f1ece3;
  --color-text: #231f1a;
  --color-text-muted: #6b6258;
  --color-border: #e6ddd0;
  --color-accent: #a9762f;
  --color-accent-dark: #8a5f22;
  --color-accent-contrast: #ffffff;

  /* type */
  --font-heading: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif;
  --step-sm: 0.875rem;
  --step-base: 1rem;
  --step-md: 1.125rem;
  --step-lg: 1.5rem;
  --step-xl: 2rem;
  --step-2xl: clamp(2rem, 1.6rem + 1.8vw, 2.75rem);

  /* spacing scale */
  --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: 4.5rem;

  /* misc */
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --shadow-sm: 0 1px 2px rgba(35, 31, 26, 0.08);
  --shadow-md: 0 8px 24px rgba(35, 31, 26, 0.1);
  --nav-height: 72px;
  --content-width: 1120px;
}
