  .custom-lcp-text {
    text-align: right; 
    font-family: 'Poppins', Arial, sans-serif; /* Police prioritaire */
    line-height: 1.5; /* Espacement des lignes */
    color: transparent; /* Nécessaire pour text-stroke */
}

.text-large {
    font-size: 3rem; /* Taille spécifique */
    font-weight: bold;
    -webkit-text-stroke: 1px #fff; /* Effet stroke */
}

.text-xlarge {
    font-size: 4.5rem; /* Taille spécifique */
    font-weight: bold;
    -webkit-text-stroke: 3px #fff;
}

.text-xxlarge {
    font-size: 5rem; /* Taille spécifique */
    font-weight: bold;
    -webkit-text-stroke: 2px #fff;
    line-height: 1.2;
    color: #fff; /* Visible si le stroke ne s'affiche pas */
}
