:root {
  --primary: #153202;
  --bg-light: #ffffff;
  --bg-soft: #EBEEE2;
  --text-dark: #40413F;
  --bg-section: #FAFAEB;

  --white: #ffffff;
  --border: #e5e5e5;

  --success: #2e7d32;
  --error: #d32f2f;

  --radius: 10px;
}