/* Estilização global para todas as tags de headline */

h1, h2, h3, h4, h5, h6, h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #0f0f1a !important;
  font-family: 'Be Vietnam Pro', sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin-bottom: 1rem !important;
}

/* Tamanhos específicos para cada tag */

h1 {
  font-size: 3.5rem !important;
}

h2 {
  font-size: 2.15rem !important;
}

h3 {
  font-size: 1.75rem !important;
}

h4 {
  font-size: 1.5rem !important;
}

h5 {
  font-size: 1.25rem !important;
}

h6 {
  font-size: 1rem !important;
}

/* Responsividade para telas menores */

@media (max-width: 768px) {
  h1 {
    font-size: 2rem !important;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 1.75rem !important;
  }
}

@media (max-width: 768px) {
  h3 {
    font-size: 1.5rem !important;
  }
}

@media (max-width: 768px) {
  h4 {
    font-size: 1.25rem !important;
  }
}

@media (max-width: 768px) {
  h5 {
    font-size: 1.125rem !important;
  }
}

@media (max-width: 768px) {
  h6 {
    font-size: 1rem !important;
  }
}

