.t-feed__post-popup__title,
.t-feed__post-popup__date,
.t-feed__post-popup__text,
.t-feed__post-popup__text * {
  font-family: 'TildaSans', Arial, sans-serif !important;
}

.t-feed__post-popup__text,
.t-feed__post-popup__text * {
  font-size: 16px !important;
}

@media screen and (max-width: 768px) {
  .t-feed__post-popup__text,
  .t-feed__post-popup__text * {
    font-size: 14px !important;
  }
}