/* ==========================================================================
   AUTOMAÇÃO DE DESTAQUE: FONTE PLAYFAIR DISPLAY E COR DOURADA
   Aplica-se a qualquer itálico dentro de títulos (H1 ao H6), com ou sem negrito.
   ========================================================================== */

h1 i, h1 em, h1 b i, h1 strong em,
h2 i, h2 em, h2 b i, h2 strong em,
h3 i, h3 em, h3 b i, h3 strong em,
h4 i, h4 em, h4 b i, h4 strong em,
h5 i, h5 em, h5 b i, h5 strong em,
h6 i, h6 em, h6 b i, h6 strong em {
    font-family: 'Playfair Display', serif !important;
    font-style: italic !important;
    color: #D4AF37 !important;
    font-weight: 600 !important; /* Define a espessura da fonte como Medium */
}