:root {
  --color-olive: #4A5240;
  --color-olive-dark: #3A4034;
  --color-olive-light: #5C6552;
  --color-terracotta: #B85C38;
  --color-terracotta-dark: #9A4A2C;
  --color-terracotta-light: #D4784F;
  --color-cream: #F5F0E6;
  --color-cream-dark: #E8E0D0;
  --color-cream-light: #FDFBF7;
  --color-text: #2C2A26;
  --color-text-muted: #6B665C;
  --color-white: #FFFFFF;
  --color-error: #C0392B;
  --color-success: #3D7A4A;

  --font-heading: "Libre Baskerville", Georgia, "Times New Roman", serif;
  --font-body: "Source Sans 3", system-ui, -apple-system, sans-serif;

  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4rem;
  --space-4xl: 6rem;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-full: 9999px;

  --shadow-sm: 0 1px 3px rgba(44, 42, 38, 0.08);
  --shadow-md: 0 4px 16px rgba(44, 42, 38, 0.1);
  --shadow-lg: 0 8px 32px rgba(44, 42, 38, 0.14);

  --transition-fast: 150ms ease;
  --transition-base: 250ms ease;
  --transition-slow: 400ms ease;

  --header-height: 72px;
  --max-width: 1200px;
  --max-width-narrow: 800px;
}
