/* Botech Global Style Normalization */
/* Applied to all pages for consistent brand typography */

/* Hide Tilda zoom overlay injected at runtime */
.t-zoomer__wrapper { display: none !important; }

/* Consistent font family */
.t-cover__title,
.t-section__title,
.t-title,
.t-descr,
.t-text,
.t-card__title,
.t-card__descr,
.t270__title,
.t270__descr {
  font-family: 'onest', Arial, sans-serif !important;
}

/* Heading-to-subtitle spacing in T-blocks */
.t-section__title {
  margin-bottom: 16px !important;
}
.t-section__descr {
  margin-top: 0 !important;
}

/* Normalize line-heights */
.t-cover__title,
.t-section__title,
.t-title {
  line-height: 1.2 !important;
}
.t-descr,
.t-section__descr {
  line-height: 1.55 !important;
}
