/* Font Color */


.font-gray-1{
    color: rgba(70,91,100,1);
}

.font-gray-2{
    color: rgba(0,0,0,0.47);
}

.font-gray-3{
    color: rgba(112,112,112,50);
}

.font-gray-4{
    color: rgba(28,55,112,0.5);
}

.font-gray-5{
    color: rgba(99,99,99,1);
}

.font-gray-6{
    color: rgba(38,38,38,32);
}

.font-gray-7{
    color: rgba(38,38,38,53);
}

.font-gray-8{
    color: rgba(38,38,38,1);
}




.font-blue-1{
    color: rgba(0,111,255,1);
}

.font-blue-2{
    color: rgba(0,111,255,0.5);
}

.font-blue-3{
    color: rgba(133,179,233,1);
}





.font-yellow-1{
    color: rgba(241,171,0,1);
}

.font-yellow-2{
    color: rgba(255,153,0,1);
}

.font-yellow-3{
    color: rgba(249,181,59,1);
}





.font-red-1{
    color: rgba(255,0,0,1);
}





.font-green-1{
    color: rgba(3,165,14,1);
}

.font-green-2{
    color: rgba(14,42,0,1);
}



.font-black-1{
    color: rgba(52,52,52,1);
}

.font-black-2{
    color: rgba(0,0,0,1);
}

.font-black-3{
    color: rgba(0,0,0,0.47);
}

.font-black-4{
    color: rgba(0,0,0,0.6);
}




/* Background Color */

.bg-blue-1{
    background-color: rgba(0,76,255,0.05);
}
.bg-blue-2{
    background-color: rgba(226,238,255,1);







}
