:root {
  --primary-green: #1B5E20;
  --secondary-green: #4CAF50;
  --earth-brown: #6D4C41;

  --bg-main: #F9FBF9;
  --card-bg: #FFFFFF;

  --text-dark: #1f2937;
  --text-muted: #6b7280;

  --success: #2E7D32;
  --error: #C62828;
  --warning: #F9A825;
}
