/*
Theme Name: NetWorkDays
Theme URI: https://networkdays.io
Description: NetWorkDays child theme for Astra parent. Product marketing site for the Business Days Calculator HubSpot app. Flat-HTML sections, no Elementor.
Author: Sharoze Iftikhar
Author URI: https://sharozeiftikhar.com
Template: astra
Version: 1.0.0
Text Domain: networkdays
*/

/* Force the dark theme onto Astra's content wrappers. Astra's dynamic CSS paints
   single pages (ast-single-post / ast-plain-container) with a white content
   background, which breaks page.php pages (pricing/install/privacy/terms) while
   the full-width front-page templates stay dark. We use brand.css for all styling,
   so override Astra's wrapper backgrounds to the brand background. */
html, body,
#page, #content, #main, #primary,
.site, .site-content, .ast-container,
.ast-plain-container, .ast-separate-container, .ast-narrow-container,
.ast-article-single, .ast-article-post, .entry-content,
.ast-page-builder-template .site-content {
    background: var(--color-bg) !important;
    background-color: var(--color-bg) !important;
}
