/*
Theme Name:   Twenty Twenty-Five Child
Theme URI:    https://example.com/twentytwentyfive-child/
Description:  Child theme of Twenty Twenty-Five for the Houston Performance Diesel site rebuild. Use this theme for all custom CSS, custom functions, and asset overrides so that updates to the parent Twenty Twenty-Five theme do not overwrite customizations.
Author:       Your Agency Name
Author URI:   https://example.com/
Template:     twentytwentyfive
Version:      1.0.0
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.4
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  twentytwentyfive-child
*/

/* =============================================================
   CHILD THEME STYLES
   -------------------------------------------------------------
   Most styling should happen via theme.json (Site Editor → Styles).
   Use this file ONLY for layout/visual tweaks that cannot be
   achieved with global styles or block settings.
   ============================================================= */

/* Example: Tighter spacing on the contact info bar (uncomment when needed) */
/*
.wp-block-group.contact-info-bar {
    padding-block: var(--wp--preset--spacing--20);
}
*/

/* Example: Custom utility class you can add to any block via
   Advanced → Additional CSS class(es) */
/*
.has-uppercase-heading {
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
*/
