body {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-noir);
}

h1 {
  font-size: 2.25rem;
  font-weight: 700;
}

h2 {
  font-size: 1.5rem;
  font-weight: 700;
}

h3 {
  text-align: center;
}

#modal-title h3 {
  text-align: center;
}

.filter-section h3 {
  margin: 10px;
}
