@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

/* ВСЯ КОРЗИНА */
.t706,
.t706__cartwin,
.t706__cartwin * {
  font-family: 'Manrope', sans-serif !important;
}

/* Убираем узкий/растянутый стиль заголовков */
.t706__cartwin h1,
.t706__cartwin h2,
.t706__cartwin h3,
.t706__product-title,
.t706__cartwin-totalamount,
.t706__cartwin-prodamount {
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

/* Обычный текст и форма */
.t706 input,
.t706 textarea,
.t706 select,
.t706 .t-input,
.t706 .t-input-title,
.t706 .t-checkbox__labeltext,
.t706 label,
.t706 .t-text {
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

/* Кнопка */
.t706 .t-submit {
  font-weight: 600 !important;
}