/* Inter Light + SemiBold */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;600&display=swap');

/* База: всё тонким */
.t-store, .t-store * ,
.t706, .t706 * ,
.t708, .t708 * ,
.t754, .t754 * {
  font-family: 'Inter', Arial, sans-serif !important;
  font-weight: 300 !important;
}

/* ----- ЖИРНЫЕ: заголовок формы ----- */
.t-form__title,
.t-store__cart-title,
.t-store__cart__title,
.t-store__cartwin-title {
  font-weight: 600 !important;
}

/* ----- ЖИРНЫЕ: суммы/цены ----- */
/* итог и строка "Сумма" */
.t-store__cart__total,
.t-store__cart__sum,
.t-store__cartwin-total,
.t-store__cartwin-totalamount,
.js-store-cart-sum,
.js-store-cart-sum__price {
  font-weight: 600 !important;
}

/* цены товара в карточке/корзине */
.t-store__prod-price,
.t-store__cartwin-prod-price,
.t-store__card__price,
.js-store-prod-price {
  font-weight: 600 !important;
}
