<!-- KOOh — единый шрифт Onest для всего сайта -->







:root{
  --kooh-font:'Onest',Arial,sans-serif;
}

html,
body,
.t-body,
#allrecords,
.t-text,
.t-descr,
.t-name,
.t-title,
.t-heading,
.t-uptitle,
.t-btn,
button,
input,
textarea,
select,
option,
label,
.t-menu__link-item,
.t-menusub__link-item,
.t-catalog__parts-title,
.t-store__card__title,
.t-store__card__descr,
.t-store__card__price,
.t-store__prod-popup__title,
.t-store__prod-popup__descr,
.t-store__filter__title,
.t-store__filter__item,
.t-checkbox__labeltext,
.t-radio__labeltext,
#kooh-mobile-home,
#kooh-mobile-home *{
  font-family:var(--kooh-font)!important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.t-title,
.t-heading,
.t-store__card__title,
.t-store__prod-popup__title{
  font-weight:800;
  letter-spacing:-.03em;
}
</style>