:root {
  --color-bg: #f7f3ee;
  --color-surface: #ffffff;
  --color-text: #1c1410;
  --color-text-muted: #6b5c52;
  --color-accent: #ff9000;
  --color-accent-dark: #cc7300;
  --color-accent-soft: #fff1dc;
  --color-border: #e6d9ce;
  --color-dark: #1a120e;

  --font-sans: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;

  --container: 72rem;
  --radius-sm: 0.5rem;
  --radius-md: 0.875rem;
  --radius-lg: 1.25rem;

  --shadow-sm: 0 2px 8px rgb(26 18 14 / 0.06);
  --shadow-md: 0 12px 32px rgb(26 18 14 / 0.1);

  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;

  --header-h: 4.25rem;
}
