/*
Theme Name:  EXG Brands Child Theme
Theme URI:   https://exgstores.com/
Description: Modern child theme for EXG Brands company stores, integrated with EXG Brands Studio.
Author:      EXG Brands
Template:    woodmart
Version:     1.0.0
Text Domain: exg-brands-child
*/

/* Custom storefront rules and premium layout styles will go here */
body {
    font-family: 'Outfit', 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Page title / breadcrumb bar.
   Default Woodmart page-title element: */
.wd-page-title {
    background-color: rgb(199, 169, 120) !important;
}
/* This site's breadcrumb bar is a Woodmart "Section" Gutenberg block.
   NOTE: wd-6c35a475 is an auto-generated class and may change if the
   block is rebuilt — prefer setting the color in the block editor. */
.wp-block-wd-section.wd-6c35a475 {
    background-color: rgb(199, 169, 120) !important;
}
.wd-page-title .wd-breadcrumbs,
.wd-page-title .wd-breadcrumbs a,
.wd-page-title .entry-title,
.wp-block-wd-section.wd-6c35a475 .wd-breadcrumbs,
.wp-block-wd-section.wd-6c35a475 .wd-breadcrumbs a,
.wp-block-wd-section.wd-6c35a475 .entry-title {
    color: #2b2b2b !important;
}
.wd-page-title .wd-breadcrumbs a:hover,
.wp-block-wd-section.wd-6c35a475 .wd-breadcrumbs a:hover {
    color: #000 !important;
}
