/*
Theme Name: Brasserie de Cherwood
Theme URI: https://tonsite.com
Description: Thème enfant Brasserie de Cherwood
Author: Formation WENET
Author URI: https://www.formation-wenet.fr
Template: Divi
Version: 1.0.0
*/

/* Importer la police personnalisée */
@font-face {
    font-family: 'Athelas';
    src: url('/wp-content/themes/Divi-child/fonts/Athelas-Bold.woff') format('woff'),
         url('/wp-content/themes/Divi-child/fonts/Athelas-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Athelas';
    src: url('/wp-content/themes/Divi-child/fonts/Athelas-BoldItalic.woff') format('woff'),
         url('/wp-content/themes/Divi-child/fonts/Athelas-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Athelas';
    src: url('/wp-content/themes/Divi-child/fonts/Athelas-Italic.woff') format('woff'),
         url('/wp-content/themes/Divi-child/fonts/Athelas-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Athelas';
    src: url('/wp-content/themes/Divi-child/fonts/Athelas-Regular.woff') format('woff'),
         url('/wp-content/themes/Divi-child/fonts/Athelas-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* Forcer la police sur tout le contenu Divi */
body, 
h1, h2, h3, h4, h5, h6, 
.et_pb_text, 
.et_pb_module, 
.et_pb_column, 
.et_pb_row, 
.et_pb_section {
    font-family: 'Athelas', serif !important;
}