:root{
    --light-gray: rgba(217, 217, 217, 0.33);
    --light-black: #111827;
    --primary: #00A2D2;
}

.font-primary {
    color: #00A2D2 !important;
}
.font-warning {
    color: #F4A847 !important;
}

bestrong{
    color: #00A2D2 !important;
    font-weight: bold;
}