.font-red1 {
  color: #cc0000 !important;
}

.font-red2 {
  color: #cc3333 !important;
}

.font-red3 {
  color: rgb(220, 75, 75) !important;
}

.font-red4 {
  color: rgb(220, 75, 75) !important;
}

.font-gray6 {
  color: #666 !important;
}

.font-rgb128 {
  color: rgb(128, 128, 128) !important;
}

.font-white {
  color: #fff !important;
}

.font-gray3 {
  color: #333 !important;
}

.font-gray9 {
  color: #999 !important;
}

.font-yellow1 {
  color: rgb(231,199,148) !important;
}

.font-orange1 {
  color: rgb(255, 138, 0) !important;
}

.font-blue1 {
  color: rgb(121, 176, 247) !important;
}

.font-blue2 {
  color: rgb(0, 59, 117) !important;
}

.font-green1 {
  color: rgb(7, 232, 26) !important;
}

.font-green2 {
  color: rgb(137, 201, 151) !important;
}