/**
  * Typography
*/

@font-face {
  font-family: "ITC Avant Garde Gothic Pro";
  src: url("../assets/fonts/ITCAvantGardeGothicPro-Md.woff2") format("woff2"),
    url("../assets/fonts/ITCAvantGardeGothicPro-Md.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ITC Avant Garde Gothic Pro";
  src: url("../assets/fonts/ITCAvantGardeGothicPro-Bold.woff2") format("woff2"),
    url("../assets/fonts/ITCAvantGardeGothicPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.typography {
  font-family: "Avenir Next", sans-serif;
  color: #42474d;
}

.title-typography {
  font-family: "ITC Avant Garde Gothic Pro", sans-serif;
  color: #42474d;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  margin: 0px;
  padding: 0px;
  color: #42474d;
}

p,
a {
  font-family: "Avenir Next", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.18px;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ITC Avant Garde Gothic Pro", sans-serif;
  font-weight: 500;
}

h1 {
  font-size: 141.6px;
  line-height: 137.66px;
  letter-spacing: -0.1416px;
}

h2 {
  font-size: 82.29px;
  line-height: 89px;
  letter-spacing: -0.8229px;
}

h3 {
  font-size: 59.29px;
  line-height: 70px;
  letter-spacing: -0.5929px;
}

h4 {
  font-size: 59.29px;
  line-height: 70px;
  letter-spacing: -1.1858px;
}

h5 {
  font-size: 59.29px;
  line-height: 70px;
  letter-spacing: -1.1858px;
}

h6 {
  font-size: 24px;
  line-height: 26.4px;
  letter-spacing: -0.48px;
}

@media (max-width: 767px) {
  p,
  a {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.16px;
  }

  h1 {
    font-size: 62px;
    line-height: 62px;
    letter-spacing: -0.62px;
  }

  h2 {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -0.42px;
  }

  h3 {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -0.35px;
  }

  h4 {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -0.7px;
  }

  h5 {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -0.7px;
  }

  h6 {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -0.44px;
  }
}
