/*
Theme Name:  Apex Child
Theme URI:   https://example.com
Author:      Your Name
Author URI:  https://example.com
Description: Child theme for Apex Starter. Add your customisations here — never edit the parent theme directly.
Version:     1.0.0
Template:    apex-theme-3
Requires at least: 6.4
Requires PHP: 8.1
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: apex-child
*/

/*
 * ============================================================
 * HOW TO USE THIS CHILD THEME
 * ============================================================
 *
 * 1. This file (style.css) overrides the parent theme's styles.
 *    You do NOT need to re-import the parent CSS — WordPress
 *    loads the parent stylesheet automatically when a child
 *    theme is active.
 *
 * 2. All your PHP customisations go in functions.php (below).
 *    Never copy parent functions here unless you intend to
 *    fully replace them with remove_action / remove_filter first.
 *
 * 3. To override a template (e.g. single.php), copy it from
 *    the parent theme into this folder and edit the copy.
 *    WordPress always prefers the child theme's version.
 * ============================================================
 */

/* -----------------------------------------------------------
   YOUR CUSTOMISATIONS BELOW
   ----------------------------------------------------------- */

/* Example: change the accent colour */
/*
:root {
	--color-accent:      #0077cc;
	--color-accent-dark: #005fa3;
}
*/

/* Example: use a Google Font */
/*
body {
	font-family: 'Merriweather', Georgia, serif;
}
*/
