:root {
  /* Brand green darkened slightly (#2e8b04 -> #2c8604) so white text on the
     green buttons/badges meets WCAG AA contrast (4.65:1). Visually near-identical. */
  --primary-color: #2c8604;
  --primary-color-rgb: 44, 134, 4;
  --secondary-color: #2c8604;
  --secondary-color-rgb: 44, 134, 4;
  --btn-color: #ffffff;
}
