:root {
  --color-bg: #f6f3ee;
  --color-bg-alt: #ece9e4;
  --color-text: #2f2f2f;
  --color-text-muted: #6b6b6b;
  --color-accent: #2c3e50;
  --color-accent-hover: #243646;
  --color-accent-soft: #e6edf3;
  --color-border: #e0ded9;

  --font-heading: "Cormorant Garamond", "Georgia", serif;
  --font-body: "Source Sans 3", "Segoe UI", sans-serif;

  --h1-size: 48px;
  --h1-line: 1.2;
  --h2-size: 36px;
  --h2-line: 1.35;
  --h3-size: 22px;
  --h3-line: 1.4;
  --body-size: 18px;
  --body-line: 1.65;
  --small-size: 14px;
  --small-line: 1.4;

  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 72px;
  --space-xl: 96px;

  --button-height: 52px;
  --button-radius: 8px;
  --container: 1200px;
}
