/* Применим Manrope ко всем статьям Потоков */
.t-article, 
.t-article__title, 
.t-article__subtitle, 
.t-article__text, 
.t-article__section, 
.t-article__block, 
.t-article__block-content, 
.t-article__block-title, 
.t-article__block-text {
  font-family: 'Manrope', sans-serif !important;
}

  var link = document.createElement('link');
  link.rel = 'stylesheet';
  link.href = '/custom.css?t=175';
  document.head.appendChild(link);

