/*
Theme Name:   WPX Child
Template:     wpx-framework
Author:       WPDevelopers.pk
Description:  Site-specific child of WPX Framework. Put every per-site change here — token overrides, extra CSS, custom functions — so the parent stays updatable.
Version:      1.0.0
License:      GNU General Public License v2 or later
Text Domain:  wpx-child
*/

/*
 * Per-site overrides.
 *
 * The parent's design is driven entirely by custom properties, so most
 * rebranding is a few lines here rather than a stylesheet rewrite.
 * Uncomment and change what you need.
 */

:root {
	/* --wpx-accent:        #e74c3c; */
	/* --wpx-accent-hover:  #ff6152; */
	/* --wpx-bg:            #0f0f0f; */
	/* --wpx-surface-2:     #191919; */
	/* --wpx-container:     1200px; */
	/* --wpx-radius:        6px; */
}

/* Anything the Customizer cannot reach goes below. */
