:root {
  --bg: #0f3a12;
  --bg-alt: #0f3a12;
  --text: #000000;
  --muted: rgba(0, 0, 0, 0.7);
  --accent: #ffe600;
  --accent-contrast: #1d2600;
  --border: rgba(192, 224, 170, 0.22);
  --header-bg: #035d03;
  --footer-bg: #035d03;
  --cta-red: #ffcf00;
  --cta-green: #ffcf00;
  --on-cta: #1d2600;
  --radius: 12px;
}

.button,
button,
input[type="submit"],
.btn-act {
  background: linear-gradient(180deg, #ffe600, #ffb800);
  color: #1d2600;
  box-shadow: 0 12px 26px rgba(109, 90, 0, 0.28);
}

.button.button-secondary,
.site-secondary-link {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
}
