/* Шрифт Golos Text в новостях (страницы /tpost/...) */
@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700&display=swap');

.t-feed__post-popup,
.t-feed__post-popup * {
  font-family: 'Golos Text', Arial, sans-serif !important;
}

