/* === ЗАГОЛОВКИ — Inter Tight Black === */
.t-title,
.t-heading,
h1.t-title,
h2.t-title,
h3.t-title {
  font-family: 'Inter Tight', sans-serif !important;
  font-style: normal !important;
  font-weight: 900 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.0 !important;
}

/* === ОСНОВНОЙ ТЕКСТ — Inter Tight Regular === */
body,
.t-text,
.t-descr,
.t-name,
.t-card__title,
.t-card__descr,
p {
  font-family: 'Inter Tight', sans-serif !important;
  font-weight: 400;
}

/* === ЖИРНЫЙ ТЕКСТ ВНУТРИ АБЗАЦЕВ === */
strong, b {
  font-weight: 700 !important;
}

/* === BAGEL FAT ONE — для номеров и цен через class="bagel" === */
/* Этот блок ВНИЗУ — чтобы перебивать предыдущие правила */
.bagel,
span.bagel,
.bagel * {
  font-family: 'Bagel Fat One', cursive !important;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: 0 !important;
}
css/* === Класс для принудительного Inter Tight через HTML === */
.intertight,
span.intertight,
.intertight * {
  font-family: 'Inter Tight', sans-serif !important;
  font-weight: 900 !important;
  font-style: normal !important;
  letter-spacing: -0.03em !important;
  line-height: 1.0 !important;
}