body {
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
.btn {
  font-family: "Lato", sans-serif;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.box-rounded {
  border-radius: 15%;
}

.titulo-principal {
  font-size: 2rem;
  line-height: 1.8em;
  font-weight: 600;
  color: #fff;
}

.titulo-secundario {
  font-size: 1.5rem;
  line-height: 1.6em;
  text-align: center;
  font-weight: 600;
  color: #212529;
}
.titulo-extra {
  font-size: 1.8rem;
  line-height: 1.6em;
  text-align: left;
  font-weight: 600;
  color: #212529;
}

.texto {
  font-size: 18px;
  color: #212529;
}

.botao-escuro {
  background-color: #1f2840;
  color: #fff;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
}

.botao-escuro:hover {
  background-color: #151b2c;
  color: #fff;
}
.inscricao ol li {
  color: #212529;
  line-height: 1.6em;
  font-size: 18px;
  margin-bottom: 0.5rem;
}
