body {
    background-color: #FFFAF1;
}

@media screen and (max-width: 1200px) {
    .t-name_xl {
        font-size: 36px;   
    }
}

@media screen and (max-width: 640px) {
    .t-name_xl {
        font-size: 28px;   
    }
}

@media screen and (min-width: 1200px) {
    .t-feed__post-popup__title-wrapper h1 {
        font-size: 36px;
    }
}

.t-feed__post-popup__text-wrapper {
    font-size: 18px;
}

.t-feed__post-popup__date-parts-wrapper span {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}

.t-feed__post-popup__tag {
    display: none;
}

.t-feed__post-popup__text {
    font-family: 'Geologica', Arial, sans-serif;
    font-size: 18px;
    font-weight: 200;
}