body {
    font-family: "Red Hat Display", sans-serif !important;
}

.bg-green2 {
    background-color: #7AC142 !important;
}

.btn-green{
    color: white !important;
    background-color: #7AC142 !important;
    border-color: #7AC142 !important;
}

.btn-green:hover{
    color: #008752 !important;
    background-color: #FFC423 !important;
    border-color: #FFC423 !important;
}

.btn-yellow{
    color: #008752 !important;
    background-color: #FFC423 !important;
    border-color: #FFC423 !important;
}

.btn-yellow:hover{
    color: white !important;
    background-color: #7AC142 !important;
    border-color: #7AC142 !important;
}

.btn-red{
    color: white !important;
    background-color: #C54644 !important;
    border-color: #C54644 !important;
}

.bg-green1 {
    background-color: #008752 !important;
}

.bg-blue {
    background-color: #3E87CB !important;
}

.bg-blue1 {
    background-color: #004EA8 !important;
}

.bg-blue2 {
    background-color: #00629b !important;
}

.bg-red {
    background-color: #C54644 !important;
}

.bg-gray {
    background-color: #d6d8d7 !important;
}

.bg-yellow {
    background-color: #FFC423 !important;
}

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

.text-red {
    color: #C54644 !important;
}

.text-yellow {
    color: #FFC423 !important;
}        

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

.text-blue1 {
    color: #004EA8 !important;
}

.text-blue {
    color: #3E87CB !important;
}

.text-blue2 {
    color: #00629b !important;
}

.text-green1{
    color: #008752 !important;
}

.text-green2{
    color: #7AC142 !important;
}

.text-gray{
    color: darkgrey !important;
}

.text-gray1{
    color: #ccc !important;
}