  h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

p {}

h2.mcla-type__section-title {
  font-family: Knockout48Featherweight, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 355;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--preset-color-brand-dark-blue);
  margin: 0;
  padding: 0;
}
p.mcla-type__section-sub {
  margin: 0;
  padding: 0;
  font-family: hellenic-wide-jf, serif;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--preset-color-brand-blue);
}
p.mcla-type__section-sub-small {
  margin: 0;
  padding: 0;
  font-family: "superclarendon", serif;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: var(--preset-color-brand-dark-blue);
}

@media (min-width: 750px) {
  h1 {}
  h2 {}
  h3 {}
  h4 {}
  h5 {}
  h6 {}

  p {}


  h2.mcla-type__section-title {
    font-size: 70px;
    line-height: 70px;
  }
  p.mcla-type__section-sub {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.015em;
  }
  p.mcla-type__section-sub-small {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 1025px) {}