.background-color-primary {
    background-color: #48978F;
}

.background-color-primary-lightest {
    background-color: #f7f9f9;
}

.background-color-white {
    background-color: white !important;
}

.text-color-black {
    color: black !important;
}

.text-color-primary {
    color: #48978F;
}

.text-color-white {
    color: white !important;
}