/*credits: novenobit.com css library */
/*url: http://www.novenobit.com/style/ */
/* .font-blue { color: #083194; } */

.font-type { font-family: Arial,Verdana,Georgia,Sans-serif; }
.font-bold { font-weight: bold; }
/* fonts color */
.font-white { color: #ffffff; }
.font-blue { color: #426199; }
.font-blueBrite { color: #2196f3; }
.font-black { color: #000000; }
.font-lightgray { color: #cccccc; }
.font-green { color: #00FF00; }
.font-lawngreen { color: #7CFC00; }
.font-deeppink { color: #CD1076;}
.font-orange { color: #FFA500; }
.font-grey { color: #e0e0e0; }
.font-grey50 { color: #7F7F7F; }
.font-yellow { color: #ffff00; }
.font-red { color: #FF0000; }
.font-pink { color: #FF1493; }
.font-light { color: #4e545b; }
.font-brown { color: #A52A2A; }

/* fonts bright color */
.font-brightGrey { color: #333333; }
.font-brightBlue { color: #0c77eb; }
.font-brightMove { color: #5d0fde; }
.font-brightGreen { color: #26d844; }
.font-brightYellow { color: #f8a025; }
.font-brightOrange { color: #ff5a51; }

/* fonts Size */
.font-8 { font-size: 0.6667rem; }
.font-9 { font-size: 0.75rem; }
.font-10 { font-size: 0.8333rem; }
.font-12 { font-size: 1rem; }
.font-14 { font-size: 1.167rem; }
.font-16 { font-size: 1.333rem; }
.font-18 { font-size: 1.5rem; }
.font-20 { font-size: 1.667rem; }
.font-24 { font-size: 2rem; }
.font-26 { font-size: 22.167rem; }
.font-28 { font-size: 2.333rem; }
.font-30 { font-size: 2.5rem; }
