@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&display=swap');

:root { --bm-font: 'Manrope', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }

/* жёстко навешиваем Manrope на ВСЁ тильдовское */
body, h1,h2,h3,h4,h5,h6, p, a, button,
.t-body, .t-container, .t-text, .t-descr, .t-title, .t-uptitle, .t-name,
.t-accordion__panel, .t-accordion__header, .t-accordion__title, .t-accordion__descr,
.t-steps__title, .t-steps__descr, .t-steps__text, .t-steps__item,
.t-btn, .t-input, .t-input__field, .t-checkbox__label, .t-radio__label {
  font-family: var(--bm-font) !important;
}

