
/********************** COLORS **********************/

.blue-dark{
    color: #2c3847 !important;
}

.bg-blue-dark{
    background: #2c3847 !important;
}

.blue-light{
    color: #49c0d2 !important;
}

.bg-blue-light{
    background: #49c0d2 !important;
}

.green-light{
    color: #47cf8b !important;
}

.bg-green-light{
    background: #47cf8b !important;
}