/* Применяем ваш глобальный стек шрифтов к блоку формы */
#rec1352255151 {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Inter, Arial, sans-serif !important;
  line-height: 1.5;
}

/* Всё внутри формы наследует этот шрифт и межстрочный интервал */
#rec1352255151 .t-title,
#rec1352255151 .t-descr,
#rec1352255151 .t-input,
#rec1352255151 textarea,
#rec1352255151 .t-submit,
#rec1352255151 .t-input-title,
#rec1352255151 .t-form__successbox {
  font-family: inherit !important;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}

/* Базовые размеры (>=16px — чтобы iOS не зумил при фокусе) */
#rec1352255151 .t-input,
#rec1352255151 textarea,
#rec1352255151 .t-submit {
  font-size: 16px;
}

/* (Опционально) если толщина шрифта «прыгает», зафиксируйте веса */
#rec1352255151 .t-title { font-weight: 600; }   /* подстройте под ваш заголовочный вес */
#rec1352255151 .t-descr,
#rec1352255151 .t-input,
#rec1352255151 textarea { font-weight: 400; }

/* (Опционально) стиль плейсхолдеров под общий тон */
#rec1352255151 ::placeholder { color: #6b7280; opacity: 1; }
