/* Reset de base si besoin */
body {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #212529;
  background-color: #fff;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
}

.navbar-brand {
  font-weight: 700;
  font-size: 1.25rem;
}

.nav-link {
  font-weight: 600;
  margin-left: 1rem;
  color: #333;
}

.nav-link:hover {
  color: #c0392b;
}

ul {
  padding-left: 1.2rem;
}

footer {
  font-family: 'Nunito', sans-serif;
  background-color: #000;
  color: #fff;
  padding: 2rem 0;
}

footer h5 {
  font-weight: 700;
  font-size: 1.1rem;
}

footer ul {
  list-style: none;
  padding-left: 0;
}

footer ul li::before {
  content: "• ";
  color: #e74c3c;
  padding-right: 4px;
}
