/*
Theme Name: MadUnicow Book Seller
Theme URI: https://madunicowapps.com
Author: MadUnicow Software Development
Author URI: https://madunicowapps.com
Description: Author-focused WordPress theme for writers and publishers. Built-in support for e-commerce (digital downloads and physical books), blog CMS, and a dedicated podcast section with audio embedding. UI palette: UNC Chapel Hill blue or Tennessee Orange primary, with complementary neutrals (Smoky Mountain Gray, white). Clean, modular, and well-documented. Requires Gutenverse + Gutenverse Companion.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: madunicow-author-template
Tags: full-site-editing, block-patterns, block-styles, editor-style, template-editing, woocommerce, blog, e-commerce, entertainment, custom-colors, custom-menu
*/

/* ==========================================================================
   Brand palette — Litza book-author setup
   Primary: Forest Teal (#063B41)  Accent: Olive Green (#538914)
   Background: Warm Cream (#FAF1E2)  Typography: Questrial / Inter / Noto Serif
   ========================================================================== */

:root {
	--madunicow-primary:     #063B41;   /*/* madunicow Primary – forest teal */
	--madunicow-primary-alt: #538914;   /*/* madunicow Secondary – olive green */
	--madunicow-secondary:   #1A555C;   /*/* madunicow Blue – link / hover teal */
	--madunicow-hover:       #1F646D;   /*/* madunicow Hover – mid teal */
	--madunicow-text:        #151515;   /* near-black body text */
	--madunicow-smoky:       #4B4B4B;   /* neutral mid-gray */
	--madunicow-pale:        #FAF1E2;   /*/* madunicow Bg – warm cream */
	--madunicow-light:       #CEE3E7;   /*/* madunicow Accent – light teal */
}

body {
	--guten-btn-bg-color: var(--madunicow-primary);
	--guten-btn-bg-hover-color: var(--madunicow-secondary);
	--guten-txt-a-color: var(--madunicow-secondary);
	--guten-base-color: var(--madunicow-text);
	--guten-txt-h-color: var(--madunicow-text);
	--guten-txt-color: var(--madunicow-text);
	--guten-element-bg-color: var(--madunicow-primary);
	--guten-element-darken-bg-color: var(--madunicow-primary);
	--guten-element-lighten-bg-color: var(--madunicow-pale);
}

/* Global background —/* madunicow warm cream */
body {
	background-color: var(--madunicow-pale); /* #FAF1E2 */
}

/* Progress / skill bars */
.guten-progress-bar .guten-progress-fill,
[class*="progress"] .guten-progress-fill,
[class*="gutenverse"][class*="progress"] [class*="fill"] {
	background-color: var(--madunicow-primary) !important;
}
.guten-progress-bar,
[class*="gutenverse"][class*="progress"] {
	background-color: var(--madunicow-light) !important;
}

/*
 * Do not set global Gutenverse section/column backgrounds with !important here — it
 * breaks the header (needs white) and footer (needs dark + overlays). Scoped chrome
 * styles live in assets/css/gutenverse-chrome.css
 */

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .block-library-block__reusable-block-container {
	max-width: 100%;
}
