:root{
  --bg: #ffffff;
  --bg-alt: #fbf7f2;
  --text: #1e1e1e;
  --muted: #6b7280;
  --line: #e5e7eb;

  --primary: #1f7a4d;
  --accent: #f4a261;

  --radius: 14px;
  --shadow: 0 10px 30px rgba(0,0,0,.06);

  --container: 1140px;
  --gutter: 20px;

  --font: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
