/*
Theme Name: Divi Child
Description: Thème enfant de Divi
Author: Raphael YADAN
Author URI: https://kawakawa.fr
Template: Divi
Version: 1.0.0
*/

/* Mapping polices */
h1 {
  font-family: 'Gamay', sans-serif;
}

h2, h4, h5, h6, body, p, li, span.text-liebling {
  font-family: 'Liebling', serif;
}

h3 {
  font-family: 'Gamay', sans-serif;
}

/* Utilisation ponctuelle de Gamay dans le texte */
.gamay, span.gamay {
  font-family: 'Gamay', sans-serif !important;
}

body {
    background-color: #F8EDE2;
}

.single-post #main-content, 
.single-post .et_pb_section {
    background-color: #F8EDE2 !important;
}

.single-post .et_pb_row,
.single-post .et_pb_post {
    background-color: transparent !important;
}

