/* Style global pour tous les titres h1 sur toutes les pages */
h1, .entry-content h1 {
    margin: 0;
    font-size: 2.5rem;
    color: #f9c930;
}

/* Style global pour les descriptions sous les titres */
.entry-content p.description,
.page-description,
.term-description,
.archive-description,
.woocommerce-product-details__short-description {
    margin-top: 10px;
    font-size: 16px;
    color: #666;
}

/* Conserver également la compatibilité avec vos classes existantes */
.astra-categorie-bloc .categorie-titre h1 {
    margin: 0;
    font-size: 2.5rem;
    color: #f9c930;
}

.astra-categorie-bloc .categorie-description {
    margin-top: 10px;
    font-size: 16px;
    color: #666;
}
/* Style pour les titres de niveaux inférieurs */
h2, .entry-content h2 {
    color: #f9c930;
    font-size: 2rem;
}

h3, .entry-content h3 {
    color: #f9c930;
    font-size: 1.75rem;
}

h4, .entry-content h4 {
    color: #f9c930;
    font-size: 1.5rem;
}