:root {
  --color-bg: #f4f7f6;
  --color-surface: #ffffff;
  --color-text: #1a2420;
  --color-text-muted: #5c6b64;
  --color-accent: #0d9f6e;
  --color-accent-dark: #087a55;
  --color-accent-soft: #e6f7f0;
  --color-border: #dde5e1;
  --color-dark: #0f1a16;

  --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(15 26 22 / 0.06);
  --shadow-md: 0 12px 32px rgb(15 26 22 / 0.1);

  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;

  --header-h: 4.25rem;
}
