/* Главный заголовок H1 */
h1, .t-title {
  font-family: 'Playfair Display', serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
}

/* Подзаголовки H2 */
h2, .t-name {
  font-family: 'Playfair Display', serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.3;
}

/* H3, подписи в карточках */
.t-subtitle {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 400;
}

/* Основной текст */
p, .t-descr, .t-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

/* Мелкий текст */
.t-small, .t-uptitle {
  font-size: 14px;
  font-weight: 300;
}

/* Кнопки */
.t-btn {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}
