body {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--joker-noir);
}
h1, h2, h3, h4, h5, h6 {
  color: var(--joker-noir);
  line-height: 1.25;
}
h1 {
  font-family: var(--font-title);
  font-size: 2.25rem; 
  font-weight: 700;
  margin-bottom: 1.5rem;
}
h2 {
  font-family: var(--font-body);
  font-size: 1.75rem; 
  font-weight: 500;
  color: var(--carreau);
  margin-bottom: 1.25rem;
}
h3 {
  font-family: var(--font-body);
  font-size: 1.375rem; 
  font-weight: 500;
  margin-bottom: 1rem;
}
p {
  margin-bottom: 1.25rem;
}
.intro {
  font-size: 1.125rem;
  line-weight: 1.6;
  color: var(--joker-noir);
  margin-bottom: 2rem;
}
.caption {
  font-size: 0.8125rem; 
  font-weight: 500;
  color: var(--gris-texte);
}
strong {
  font-weight: 600;
}