/* Заголовок поста в попапе Потоков */
.t-feed h1.js-feed-post-title,
.t-feed .t-feed__post-popup_title {
    font-family: "Manrope", sans-serif !important;
    font-weight: bold !important;
    font-size: 50px !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
}

/* Основной текст в постах */
.t-feed__post-text,
.t-feed__descr,
.t-fe-st__text,
.t-text {
    font-family: "Inter", sans-serif !important;
}

/* Дата поста */
.t-feed .t-feed__post-popup_date,
.t-feed .js-feed-post-date,
.t-feed .t-uptitle,
.t-feed .t-uptitle_sm {
    font-family: "Manrope", sans-serif !important;
    font-size: 14px !important;
}

/* Тег/раздел поста ("Недвижимость") */
.t-feed .t-feed__post-popup_tag,
.t-feed .t-uptitle_xs {
    font-family: "Manrope", sans-serif !important;
    font-size: 14px !important;
}