.text-primary {
  color: #ff1111 !important;
}
.text-primary-hover {
  color: linear-gradient(
    90deg,
    rgba(255, 40, 79, 1) 0%,
    rgba(143, 65, 142, 1) 100%
  );
}
.text-white {
  color: #ffffff;
}
.text-link {
  color: #318fe8;
}
.text-gray-1 {
  color: #f1f4f8;
}
.text-gray-2 {
  color: #eaedf0;
}
.text-gray-3 {
  color: #dbdfec;
}
.text-gray-4 {
  color: #c0c2c9;
}
.text-gray-5 {
  color: #777777;
}
.text-black-1 {
  color: #333333;
}
.text-black-2 {
  color: #27231f;
}

.background-primary {
  background: #ff1111;
}
.background-primary-hover {
  background: linear-gradient(
    90deg,
    rgba(255, 40, 79, 1) 0%,
    rgba(143, 65, 142, 1) 100%
  );
}
.background-white {
  background: #ffffff;
}
.background-link {
  background: #318fe8;
}
.background-gray-1 {
  background: #f1f4f8;
}
.background-gray-2 {
  background: #eaedf0;
}
.background-gray-3 {
  background: #dbdfec;
}
.background-gray-4 {
  background: #c0c2c9;
}
.background-gray-5 {
  background: #777777;
}
.background-black-1 {
  background: #333333;
}
.background-black-2 {
  background: #27231f;
}
