/* Подключаем Inter если ещё не подключен */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* Вся корзина ST100 */
.t706,
.t706 * {
    font-family: 'Inter', sans-serif !important;
}

/* Отдельно усилим элементы (на случай перебивания Tilda) */
.t706__cartwin,
.t706__cartwin * {
    font-family: 'Inter', sans-serif !important;
}

/* Инпуты и кнопки */
.t706 input,
.t706 button,
.t706 textarea {
    font-family: 'Inter', sans-serif !important;
}