/* Text Colors
-------------------------*/

.text-white {
    color: #fff !important;
}

.text-black {
    color: #000
}

.text-blue {
    color: #1769ff
}

.text-red {
    color: #e31919
}

.text-gray-light {
    color: #c4c4c4
}

.text-gray-regular {
    color: #9d9d9d
}

.text-gray-dark {
    color: #444444
}

.text-gray-extra-dark {
    color: #232323
}

.text-yellow{
    color: #f3aa3a;
}