/* Fix primary button hover text */
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    color: #fff !important; /* stay white instead of turning gray */
}

/* Fix default button hover text */
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
    color: #fff !important;
}
html,
body {
  background-color: #f8f5ed !important; /* beige tone */
}

.page-wrapper {
  background-color: #f8f5ed !important; /* same tone for wrapper */
}
