/* ==========================================================================
   Police personnalisée Georgina - H4
   À placer dans : /templates/shaper_helixultimate/css/custom.css
   ========================================================================== */

/* Déclaration de la police */
@font-face {
    font-family: 'Georgina';
    src: url('../fonts/Georgina.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Application aux H4 - Sélecteurs globaux */
h4,
.h4 {
    font-family: 'Georgina', Georgia, serif;
}

/* SP Page Builder - Titres H4 */
.sppb-addon-title.sppb-title-heading-h4,
.sppb-addon h4,
.sppb-addon-header h4,
.sppb-addon-content h4,
.sppb-section h4,
.sppb-row h4,
.sppb-column h4 {
    font-family: 'Georgina', Georgia, serif;
}

/* Helix Ultimate - H4 dans les articles et modules */
.article-details h4,
.item-page h4,
.module h4,
.card-header h4 {
    font-family: 'Georgina', Georgia, serif;
}
