.text-14-400 {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-black);
}

.text-14-600 {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-black);
}

.text-16-400 {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-black);
}

.text-20-600 {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-black);
}

.text-30-700 {
  font-size: 30px;
  font-weight: 700;
  color: var(--text-black);
}

