/* ===== FORCE TYPOGRAPHY FIX (TILDA SAFE) ===== */

/* Заголовки (включая Zero Block) */
h1,
.t-title,
.t-title_xl,
.t-title_xxl,
.tn-atom {
  font-family: 'Inter Tight', 'Inter', sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: -0.04em !important;
  line-height: 1.05 !important;
}

/* Ограничение ширины заголовка */
h1,
.tn-atom {
  max-width: 520px !important;
}

/* Текст */
.t-text {
  font-family: 'Inter', sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  letter-spacing: -0.01em !important;
}

/* Кнопки */
.t-btn {
  font-family: 'Inter', sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
}

/* Мобильная версия */
@media (max-width: 768px) {
  h1,
  .tn-atom {
    font-size: 36px !important;
    line-height: 1.1 !important;
    letter-spacing: -0.03em !important;
  }

  .t-text {
    font-size: 16px !important;
  }
}
