/* Global font control for subzeroparts.com */

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

body *,
.t-text,
.t-name,
.t-title,
.t-descr,
.t-heading,
.t-menu__link-item,
.t-btn,
.t-input,
.t-input-title,
.t-form__submit,
.t-store__card__title,
.t-store__card__descr,
.t-store__card__price,
.t-store__prod-popup__name,
.t-store__prod-popup__descr,
.t-store__prod-popup__price,
.t-rec,
.t396__artboard,
.t396__elem,
.tn-atom {
  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;
}

p,
li,
span,
div,
a,
button,
input,
textarea,
select,
label {
  font-family: "Satoshi", Arial, sans-serif !important;
}

a {
  color: #017cbf;
}

.t-btn,
button,
input[type="submit"] {
  font-family: "Satoshi", Arial, sans-serif !important;
  font-weight: 700;
}