/* ================================================
   ШАПКА — логотип Playfair Display
================================================ */
.t-header .t-logo__title,
.t-header .t-logo__descr,
.t-header__logo-title,
.t-header__logo-descr {
  font-family: 'Playfair Display', serif !important;
}

/* ================================================
   КОРЗИНА
================================================ */
.t-store-cart,
.t-store-cart *,
.t706,
.t706 *,
.t-store__cart,
.t-store__cart * {
  font-family: 'Inter', sans-serif !important;
}

.t-store-cart__title,
.t706__title {
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
}

.t-store-cart__product-name,
.t706__product-name {
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
}

.t-store-cart__product-price,
.t-store-cart__product-sku,
.t-store-cart__total,
.t706__product-price,
.t706__total {
  font-family: 'Inter', sans-serif !important;
}

.t-store-cart input,
.t-store-cart textarea,
.t-store-cart select,
.t706 input,
.t706 textarea,
.t706 select {
  font-family: 'Inter', sans-serif !important;
}

.t-store-cart label,
.t706 label {
  font-family: 'Inter', sans-serif !important;
}

/* ================================================
   ИЗБРАННОЕ
================================================ */
.t-store-favorites,
.t-store-favorites *,
.t-store__favorites,
.t-store__favorites * {
  font-family: 'Inter', sans-serif !important;
}

.t-store-favorites__title {
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
}

.t-store-favorites__product-name {
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
}

.t-store-favorites__product-price {
  font-family: 'Inter', sans-serif !important;
}

.t-store-favorites__btn,
.t-store-favorites button {
  font-family: 'Inter', sans-serif !important;
}

/* ================================================
   ПОИСК
================================================ */
.t-store-search,
.t-store-search *,
.t116,
.t116 * {
  font-family: 'Inter', sans-serif !important;
}

.t-store-search__input,
.t116__input {
  font-family: 'Inter', sans-serif !important;
}

.t-store-search__results-count,
.t116__results-count {
  font-family: 'Inter', sans-serif !important;
}

.t-store-search__product-name,
.t116__product-name {
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
}

.t-store-search__product-desc,
.t116__product-desc {
  font-family: 'Inter', sans-serif !important;
}

.t-store-search__product-price,
.t116__product-price {
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
}

/* ================================================
   УНИВЕРСАЛЬНЫЙ СБРОС
   (БЕЗ t396, tn-atom, tn-elem — они перебивали логотип!)
================================================ */
[class*="t-store"] *,
[class*="t-cart"] *,
[class*="t-search"] *,
[class*="t-favorites"] * {
  font-family: 'Inter', sans-serif !important;
}

/* ================================================
   ЛОГОТИП — Playfair Display
   (в самом конце чтобы ничто не перебило)
================================================ */
.t396__elem.tn-elem__2494549411784793596774,
.t396__elem.tn-elem__2494549411784793596774 .tn-atom {
  font-family: 'Playfair Display', serif !important;
}