/* TIME HEAT — типографика блога (только Feeds, не затрагивает остальные страницы) */

/* Ширина контентной области */
.t-feed__post-popup__text,
.t-feed__post-popup__content,
.t-feed__post-full .t-text {
  max-width: 720px !important;
}

/* Основной текст — Tilda хранит его в div.t-redactor__text, НЕ в  */
.t-feed__post-popup .t-redactor__text,
.t-feed__post-full .t-redactor__text {
  font-size: 16px !important;
  line-height: 1.75 !important;
}

/*  — на случай если в редакторе создадут параграф вручную */
.t-feed__post-popup__text p,
.t-feed__post-full p {
  font-size: 16px !important;
  line-height: 1.75 !important;
}

/* H2 */
.t-feed__post-popup__text h2,
.t-feed__post-full h2 {
  font-size: 24px !important;
  line-height: 1.25 !important;
}

/* H3 */
.t-feed__post-popup__text h3,
.t-feed__post-full h3 {
  font-size: 24px !important;
  line-height: 1.3 !important;
}

/* Списки */
.t-feed__post-popup__text li,
.t-feed__post-full li {
  font-size: 17px !important;
  line-height: 1.75 !important;
}