/*
Theme Name:        SPG Leaders Child
Theme URI:         https://avieralabs.com/
Template:          spg-leaders
Author:            Aviera Labs
Author URI:        https://avieralabs.com/
Description:       Empty child theme for SPG Leaders. Activate this rather than the parent, and put every future customisation here — the parent is overwritten on update, so changes made there are lost. See README.md.
Version:           1.0.8
Requires at least: 6.4
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:       spg-leaders-child

== CSS GOES BELOW ==
Rules here load AFTER the parent's stylesheets, so they win without !important.

Prefer the parent's custom properties over hard-coded values, so a Customizer
colour change still flows through:

  .pillar      { border-radius: var(--r-lg); }
  .site-header { border-bottom: 1px solid var(--line); }

For a wholesale colour or font change, use Customizer → Colours / Typography
instead of writing CSS here.
*/
