/* Заголовки */
.t-title,
.t-title_xxs,
.t-title_xs,
.t-title_sm,
.t-title_md,
.t-title_lg,
.t-title_xl,
.t-name {
    letter-spacing: 0.1em !important;
}

/* Обычный текст */
.t-descr,
.t-text {
    letter-spacing: 0.1em !important;
}

/* Кнопки */
.t-btn {
    letter-spacing: 0.1em !important;
}