/* Основной текст */
body, 
.t-text, 
.t-descr {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #222;
}

/* Заголовки */
.t-name, 
.t-title, 
h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 600;
  line-height: 1.3;
  color: #111;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

/* Размеры заголовков для десктопа */
h1, .t-title_xl { font-size: 36px; }
h2, .t-title_lg { font-size: 30px; }
h3, .t-title_md { font-size: 24px; }
h4, .t-title_sm { font-size: 20px; }

/* Адаптив: на мобильных заголовки меньше */
@media (max-width: 767px) {
  h1, .t-title_xl { font-size: 28px; }
  h2, .t-title_lg { font-size: 24px; }
  h3, .t-title_md { font-size: 20px; }
  h4, .t-title_sm { font-size: 18px; }

  body, .t-text, .t-descr {
    font-size: 16px; /* текст тоже немного меньше */
    line-height: 1.5;
  }
}
