/* Fonte padrão do corpo do site */


/* Títulos principais e seções */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

/* Navbar e menus */
nav a, .navbar-brand {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* Parágrafos e textos corridos */
p, li, span {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

#sobre {
  background-color: #f8faf8; 
}

#sobre h2 {
  font-weight: 700;
  letter-spacing: 1px;
   font-family: 'Poppins', sans-serif;
}

#sobre .sobre-texto {
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.8;
  font-size: 1.2rem;
  max-width: 410px; 
  margin: 0 auto; 
  font-family: 'Montserrat', sans-serif;
}
