/*typography.css*/
.text-12-400 {
  font-size: 12px;
  font-weight: 400;
}

.text-14-400 {
  font-size: 14px;
  font-weight: 400;
}

.text-14-500 {
  font-size: 14px;
  font-weight: 500;
}

.text-14-700 {
  font-size: 14px;
  font-weight: 700;
}

.text-16-400 {
  font-size: 16px;
  font-weight: 400;
}

.text-17-400 {
  font-size: 17px;
  font-weight: 400;
}

.text-18-400 {
  font-size: 18px;
  font-weight: 400;
}

.text-18-300 {
  font-size: 18px;
  font-weight: 300;
}

.text-20-700 {
  font-size: 20px;
  font-weight: 700;
}

.text-22-300 {
  font-size: 22px;
  font-weight: 300;
}

.text-30-700 {
  font-size: 30px;
  font-weight: 700;
}

.text-42-800 {
  font-size: 42px;
  font-weight: 800;
}

.text-52-800 {
  font-size: 52px;
  font-weight: 800;
  line-height: 90%;
}

.text-110-700 {
  font-size: 110px;
  font-weight: 700;
  line-height: 110px;
}

@media screen and (max-width: 1300px) {
  .text-20-700 {
    font-size: 18px;
  }

  .text-22-300 {
    font-size: 20px;
  }

  .text-30-700 {
    font-size: 26px;
  }

  .text-42-800 {
    font-size: 38px;
  }

  .text-52-800 {
    font-size: 48px;
  }

  .text-110-700 {
    /*font-size: 100px;*/
  }
}

@media screen and (max-width: 900px) {
  .text-30-700 {
    font-size: 24px;
  }

  .text-42-800 {
    font-size: 30px;
  }

  .text-52-800 {
    font-size: 40px;
  }

  .text-110-700 {
    /*font-size: 90px;*/
  }
}

@media screen and (max-width: 600px) {
  .text-12-400 {
    font-size: 11px;
  }

  .text-14-400 {
    font-size: 13px;
  }

  .text-14-500 {
    font-size: 13px;
  }

  .text-14-700 {
    font-size: 13px;
  }

  .text-16-400 {
    font-size: 14px;
  }

  .text-17-400 {
    font-size: 16px;
  }

  .text-18-400, .text-18-300{
    font-size: 16px;
  }

  .text-20-700 {
    font-size: 16px;
  }

  .text-22-300 {
    font-size: 18px;
  }

  .text-30-700 {
    font-size: 20px;
  }

  .text-42-800 {
    font-size: 24px;
  }

  .text-52-800 {
    font-size: 32px;
  }

  .text-110-700 {
    /*font-size: 80px;*/
  }
}
