/* Заголовок статьи */
.t-title_xxs {
    font-size: 25px !important;
    line-height: 1 !important;
}

/* H2 внутри popup статьи */
.t-feed__post-popup__text-wrapper h2.t-redactor__h2 {
    font-size: 20px !important;
    font-family: 'Xolonium', sans-serif !important;
    line-height: 1 !important;
    margin: 0 !important;
}

/* Средний текст */
.t-text_md {
    font-size: 14px !important;
    line-height: 1 !important;
}

/* Основной текст статьи */
.t-feed__post-popup__text .t-redactor__text {
    font-size: 16px !important;
    line-height: 1.1 !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 300 !important;
    color: #353535 !important;
}

/* Абзацы */
.t-feed__post-popup__text p {
    margin-bottom: 12px !important;
}

/* Размер изображений */
.t1186__card_circle .t1186__bgimg {
    width: 70px !important;
    height: 70px !important;
}

