/*
 Theme Name: Divi Child
 Theme URI: https://vista-productions.com
 Description: A child theme for Divi
 Author: Frambu
 Author URI: https://vista-productions.com
 Template: Divi
 Version: 1.1
*/

body, h1, h2, h3, h4, h5, h6, p, .et_pb_text, .et_pb_module {
  font-family: 'Roboto Condensed', sans-serif;
}
/* Ensure blog post content has black text and white background */
.et_pb_post_content, 
.et_pb_post_content p,
.et_pb_post_content h1,
.et_pb_post_content h2,
.et_pb_post_content h3,
.et_pb_post_content h4,
.et_pb_post_content h5,
.et_pb_post_content h6 {
    color: #000000 !important; /* Black text */
}

/* Specifically target the blog post title, including entry-title */
.single-post .et_pb_post_title,
.single-post .et_pb_post_title h1,
.single-post .et_pb_title_container h1,
.single-post .entry-title,
.single-post .et_pb_post_title h1 a,
.single-post .et_pb_title_container h1 a,
.single-post .entry-title a,
.single-post h1.entry-title {
    color: #000000 !important; /* Black title text, overriding global h1 */
}

/* Ensure the post content module background is white */
.et_pb_post_content {
    background-color: #ffffff !important; /* White background */
}

/* Target single post page specifically */
.single-post .et_pb_section,
.single-post .et_pb_row,
.single-post .et_pb_column {
    background-color: #ffffff !important; /* White background */
}

/* Ensure sections in the post content module are transparent to show the white background */
.et_pb_post_content .et_pb_section {
    background-color: transparent !important;
}