/* storefront-patch.css — light theme text color fixes */

/* Static pages (Services, FAQ, About, FFL Info) */
.storefront-wrap { color: var(--store-text); }
.storefront-wrap p { color: var(--store-muted); line-height: 1.7; }
.storefront-wrap li { color: var(--store-muted); line-height: 1.7; }
.storefront-wrap h1, .storefront-wrap h2, .storefront-wrap h3,
.storefront-wrap h4, .storefront-wrap h5 { color: var(--store-text); }
.storefront-wrap a { color: var(--store-accent); }
.storefront-wrap strong, .storefront-wrap b { color: var(--store-text); }
.storefront-wrap blockquote { border-left: 3px solid var(--store-accent); padding-left: 1rem; color: var(--store-muted); }

/* Deal of day same-day fix */
.store-nav-item.active > a,
.store-nav-item.active > .store-nav-link { color: #fff !important; }

/* Product spec table */
.store-spec-table th { color: var(--store-muted); }
.store-spec-table td { color: var(--store-text); }
