body {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  font-family: var(--font-family);
  font-size: var(--fs-body);
  font-weight: var(--fw-normal);
  line-height: var(--lh-body);
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  padding-top: 134px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: var(--font-family-display);
  font-weight: var(--fw-bold);
  letter-spacing: -0.03em;
}

h1 {
  font-size: var(--fs-h1);
  line-height: var(--lh-h1);
  font-weight: 800;
}

h2 {
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  font-weight: 700;
}

h3 {
  font-size: var(--fs-h3);
  line-height: var(--lh-h3);
  font-weight: 700;
}

h4 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}

h5 {
  font-size: var(--fs-small);
  line-height: 1.4;
  font-weight: 600;
}

h6 {
  font-size: var(--fs-caption);
  line-height: 1.3;
  font-weight: 600;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: var(--font-family);
  line-height: var(--lh-body);
  letter-spacing: -0.005em;
}

a {
  color: var(--white);
  text-decoration: none;
  transition: color var(--transition-duration) var(--transition-ease);
}

a:hover {
  color: var(--main);
}

strong {
  font-weight: var(--fw-bold);
}

button,
.button-modal,
.link-master,
.link-master-page,
.link-block-6-copy444,
.text_button_modal,
.text_button,
.hero-action-link,
.div-block-1545,
.text-block-288 {
  font-family: var(--font-family);
}

em {
  font-style: italic;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  margin: 20px 0;
  padding-left: 20px;
  border-left: 4px solid var(--main);
  font-style: italic;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 110px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 90px;
  }
}
