.article-content {
  line-height: 1.8;
  color: #333;
}

.article-content h2 {
  font-family: 'Fredoka', 'Inter', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .article-content h2 {
    font-size: 1.875rem;
  }
}

.article-content h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 0.8rem;
  color: #000000;
  font-family: 'Fredoka', 'Inter', sans-serif;
  line-height: 1.3;
}

.article-content p {
  margin-bottom: 1.2rem;
}

.article-content ul,
.article-content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}

.article-content li {
  margin-bottom: 0.8rem;
}

.article-content strong {
  font-weight: 600;
  color: #1a1a1a;
}

/* Scroll offset pour les ancres (compense le menu fixe) */
html {
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}
