:root {
  --mf-font: "Gilroy", "TildaSans", Arial, sans-serif;
}

html,
body,
.t-body,
h1, h2, h3, h4, h5, h6,
p, a, button, input, textarea, select,
.t-title, .t-name, .t-heading,
.t-descr, .t-text, .t-btn, .t-btntext,
[class*="__title"],
[class*="__descr"],
[class*="__text"],
[class*="__btn"] {
  font-family: var(--mf-font) !important;
}

h1, h2, h3, h4, h5, h6,
.t-title, .t-name, .t-heading,
[class*="__title"] {
  font-weight: 700 !important;
  letter-spacing: -0.015em;
}

p, .t-text, .t-descr,
[class*="__descr"],
[class*="__text"] {
  line-height: 1.55;
}

.t-btn, .t-btnflex, .t-btnwrapper,
[class*="__btn"] {
  font-weight: 600 !important;
  letter-spacing: 0.01em;
}
