@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

html, body {
    background: #0a111a repeating-linear-gradient(34deg, #4442 0px, #4442 4px, transparent 4px, transparent 8px);
}



/* код для потоков */
.t-feed__post-popup__close-wrapper {
    background-color: #A0A3B1 !important; /* Верхняя плашка */
}

.t-feed__post-popup {
    background-color: #E7E8EC !important; /* Фон публикации */
}

.js-feed-popup-title {
    font-size: min(4vw, 36px);
}