/* text color utilities */
.text-red {
  color: #ff4d4d;
  font-weight: 700;
}
.text-green {
  color: #49b846;
  font-weight: 700;
}
.text-yellow {
  color: #ffcc00;
  font-weight: 700;
}
.text-gray {
  color: rgba(255, 255, 255, 0.7);
}

.text-blue {
  color: blue;
}
