
:root {
  --accent: #2b5d34;
  --accent-2: #c8e6c9;
}
body { color: #1f2a1f; }
.navbar-brand { color: var(--accent) !important; }
.lead { color: #5b6d5c !important; }
.card-title { color: #1f2a1f; }
.btn-success { background-color: var(--accent); border-color: var(--accent); }
.btn-outline-success { color: var(--accent); border-color: var(--accent); }
.hp {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
