.bg-brand {
    background-color: #FFC300;
}

.border-brand {
    border-color: #FFC300;
}

.text-brand {
    color: #FFC300;
}

.hover-brand:hover {
    background-color: #FFCE2E;
}

.text-contrast {
    color: #2B2B2B!important;
}
