/* 0. Подключение Manrope (не мешает, даже если уже добавлен в «Шрифты») */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

/* 1. Любой открытый попап */
.t-popup.t-popup_show,
.t-popup.t-popup_show *:not(svg):not(path):not(i) {
  font-family: 'Manrope', sans-serif !important;
}

/* 2. Окно корзины/оформления (t706) */
.t706,
.t706 *:not(svg):not(path):not(i) {
  font-family: 'Manrope', sans-serif !important;
}

/* 3. Частые тильдовские текстовые классы */
.t-popup.t-popup_show .t-title,
.t-popup.t-popup_show .t-name,
.t-popup.t-popup_show .t-descr,
.t-popup.t-popup_show .t-text,
.t-popup.t-popup_show .t-input-title,
.t706 .t706__cartwin-heading,
.t706 .t706__cartwin-prodamount,
.t706 .t706__cartwin-prodamount__title,
.t706 .t706__cartwin-prodamount__price,
.t706 .t706__cartwin-totalamount,
.t706 .t706__cartwin-totalamount-title {
  font-family: 'Manrope', sans-serif !important;
}

/* 4. Поля/кнопки/плейсхолдеры */
.t-popup.t-popup_show input,
.t-popup.t-popup_show textarea,
.t-popup.t-popup_show select,
.t-popup.t-popup_show .t-input,
.t-popup.t-popup_show .t-btn,
.t-popup.t-popup_show .t-btn__text,
.t-popup.t-popup_show .t-submit,
.t-popup.t-popup_show .t-submit__text,
.t706 input,
.t706 textarea,
.t706 select,
.t706 .t-input,
.t706 .t-btn,
.t706 .t-btn__text,
.t706 .t-submit,
.t706 .t-submit__text { font-family: 'Manrope', sans-serif !important; }

.t-popup.t-popup_show ::-webkit-input-placeholder,
.t706 ::-webkit-input-placeholder { font-family: 'Manrope', sans-serif !important; }
.t-popup.t-popup_show ::-moz-placeholder,
.t706 ::-moz-placeholder { font-family: 'Manrope', sans-serif !important; }
.t-popup.t-popup_show :-ms-input-placeholder,
.t706 :-ms-input-placeholder { font-family: 'Manrope', sans-serif !important; }
.t-popup.t-popup_show ::placeholder,
.t706 ::placeholder { font-family: 'Manrope', sans-serif !important; }

/* 5. Если описание внутри попапа сделано Zero-Block’ом */
.t-popup.t-popup_show .tn-atom,
.t-popup.t-popup_show .tn-atom__text { font-family: 'Manrope', sans-serif !important; }