/*
Theme Name:   Charifund Child
Theme URL:    https://wowtheme7.com/charifund-child/
Description:  Charity WordPress Theme
Author:       wowtheme7
Author URL:   https://wowtheme7.com/
Template:     charifund
Version:      1.3.0
License:      GNU General Public License v2 or later
License URL:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  charifundchildtheme
*/

/*
    Please Add your custom styles here
*/

/* --- Custom Rule to Remove Forced Text Case --- */

/* 1. Universal Selector: Catches most elements for capitalization reset. */
* {
    text-transform: none !important;
}

/* 2. Specific Selectors: Targets common text containers like paragraphs (p) 
      and list items (li) where 'capitalize' rules are often applied. */
p, span, div, li, a, label {
    text-transform: none !important;
}

/* 3. Aggressive Reset: Targets common heading elements and text wrappers 
      to ensure letter spacing is also set back to normal. */
h1, h2, h3, h4, h5, h6, a, span, p, div {
    letter-spacing: normal !important;
}

/* --- End Custom Rules --- */