/* ── Глобальный шрифт ── */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&subset=latin,cyrillic&display=swap');

*,
*::before,
*::after {
    font-family: 'Inter', Arial, sans-serif !important;
}

/* Убираем PT Mono и системные шрифты Tilda */
body,
.t-body,
.t-text,
.t-descr,
.t-title,
.t-name,
.t-uptitle,
.t-form__inputsbox input,
.t-form__inputsbox textarea,
.t-form__inputsbox select,
.t-submit,
.t-btn,
.t-btnflex {
    font-family: 'Inter', Arial, sans-serif !important;
}

.t-form__successbox {
    display: none !important;
}
