/*-----------------
    2. Typography
-----------------------*/
a {
  text-decoration: none;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
}

h1 {
  font-weight: 700;
  font-size: 52px;
  color: #2f2f2f;
}

h1 span {
  font-size: 38px;
}

@media (max-width: 1199.98px) {
  h1 {
    font-size: 36px;
  }

  h1 span {
    font-size: 28px;
  }
}

h2 {
  font-weight: 600;
  font-size: 48px;
  color: #2A292B;
}

@media (max-width: 991.98px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-weight: 700;
  font-size: 24px;
  color: #2A292B;
}

@media (max-width: 991.98px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 28px;
  color: #2F2F2F;
}

@media (max-width: 991.98px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 18px;
}

@media (max-width: 991.98px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-weight: 600;
  font-size: 18px;
  color: #2A292B;
}

@media (max-width: 991.98px) {
  h6 {
    font-size: 16px;
  }
}

