/* Emergency button text fix */
.btn-secondary, 
.feature-card .btn-secondary,
a.btn-secondary {
  color: #ffffff !important;
  background-color: #4a6741 !important;
  font-weight: 500 !important;
}

/* Force white text on all buttons */
.btn, 
button, 
[class*="btn-"] {
  color: #ffffff !important;
}
