
/* Global font control for old Tilda blocks */

html,
body{
  font-family:"Satoshi",Arial,sans-serif !important;
  color:#525252;
  font-weight:400;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

.t-rec,
.t-rec *,
.t-store,
.t-store *,
.t-popup,
.t-popup *,
.t-form,
.t-form *,
.t-menu,
.t-menu *,
.t396,
.t396 *{
  font-family:"Satoshi",Arial,sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.t-title,
.t-heading,
.t-name{
  font-family:"Satoshi",Arial,sans-serif !important;
  font-weight:700;
  color:#525252;
}

.t-text,
.t-descr,
.t-input,
.t-select,
.t-input-title,
.t-input-subtitle,
.t-form__errorbox-text,
.t-form__successbox,
input,
textarea,
select{
  font-family:"Satoshi",Arial,sans-serif !important;
  color:#58595b;
}

.t-text a,
.t-descr a,
.t-name a,
.t-title a,
.t-heading a,
.t-menu__link-item{
  font-family:"Satoshi",Arial,sans-serif !important;
  color:#017cbf;
}

.t-btn,
.t-submit,
.t-btnflex,
.t-form__submit,
input[type="submit"]{
  font-family:"Satoshi",Arial,sans-serif !important;
  font-weight:700 !important;
  letter-spacing:0 !important;
}
</style>
