/*
 Theme Name:     PFLV by Alpagraph
 Theme URI:      https://pflv.ch/
 Description:    Thème PFLV pour Divi – 
 Author:         Alpagraph
 Author URI:     https://alpagraph.ch/
 Template:       Divi
 Version:        1.0.0
*/

/* ----------------------------------------------------
   Personnalisations du thème enfant PFLV
----------------------------------------------------- */


/* Remplacer toutes les polices Divi par Barlow */
body, button, input, select, textarea {
    font-family: 'Barlow', sans-serif !important;
}

/* Titres H1 à H6 */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Barlow', sans-serif !important;
}

/* Modules Divi */
.et_pb_module, 
.et_pb_text, 
.et_pb_button, 
.et_pb_blurb, 
.et_pb_menu, 
.et_pb_fullwidth_menu, 
.et_pb_slider, 
.et_pb_cta, 
.et_pb_pricing, 
.et_pb_team_member {
    font-family: 'Barlow', sans-serif !important;
}

/* Liens, listes, formulaires */
a, li, label, .et_pb_contact_form {
    font-family: 'Barlow', sans-serif !important;
}

/* Titres Divi spéciaux */
.et_pb_main_title, 
.et_pb_slide_title, 
.et_pb_fullwidth_header .et_pb_module_header {
    font-family: 'Barlow', sans-serif !important;
}
