h1 {
  font-weight: 600;
  line-height: 3.75rem;
}

h2 {
  font-weight: 500;
  line-height: 2.75rem;
}

h3 {
  font-weight: 500;
  line-height: 2.25rem;
}

h4 {
  font-weight: 500;
  line-height: 2rem;
}

h5 {
  font-weight: 500;
  line-height: 1.625rem;
}

p {
  line-height: 1.625rem;
}

@media (max-width: 768) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1.125rem;
  }
}

.h1 {
  font-weight: 600;
  line-height: 3.75rem;
}

.h2 {
  font-weight: 500;
  line-height: 2.75rem;
}

.h3 {
  font-weight: 500;
  line-height: 2.25rem;
}

.h4 {
  font-weight: 500;
  line-height: 2rem;
}

.h5 {
  font-weight: 500;
  line-height: 1.625rem;
}

p {
  line-height: 1.625rem;
}

@media (max-width: 768) {
  .h1 {
    font-size: 2.5rem;
  }

  .h2 {
    font-size: 2rem;
  }

  .h3 {
    font-size: 1.5rem;
  }

  .h4 {
    font-size: 1.25rem;
  }

  .h5 {
    font-size: 1.125rem;
  }
}

.legenda {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.3125rem;
}

.texto-sm {
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.font-weight-thin {
  font-weight: 100;
}

.font-weight-extra-light {
  font-weight: 200;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-semi-bold {
  font-weight: 600;
}

.font-weight-extra-bold {
  font-weight: 800;
}
