/*
Theme Name:   Pivot Franchise Consultants Child
Theme URI:    https://pivotfranchiseconsultants.com
Description:  Child theme for Pivot Franchise Consultants. Use this theme to safely add custom CSS, custom JavaScript, and template overrides without ever touching the parent theme files. All parent theme styles, fonts, and functionality are inherited automatically.
Author:       Pivot Franchise Consultants
Author URI:   https://pivotfranchiseconsultants.com
Template:     pivot-franchise-theme
Version:      1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  pivot-franchise-child

HOW TO USE THIS CHILD THEME
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

1. CUSTOM CSS
   Add any CSS overrides below the @import line in this file.
   Your styles will automatically override the parent theme.

2. CUSTOM JAVASCRIPT
   Add JS to /js/custom.js — it is enqueued automatically.

3. TEMPLATE OVERRIDES
   Copy any template file from the parent theme into this
   child theme folder and edit it freely. WordPress will
   always load the child theme's version first.

   Example — override the blog archive:
     Copy: pivot-franchise-theme/home.php
     Paste into: pivot-franchise-child/home.php
     Edit the child copy — parent is untouched.

4. SAFE UPDATES
   When the parent theme is updated, your customisations
   in the child theme are completely preserved.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/

/* ── YOUR CUSTOM CSS GOES BELOW THIS LINE ── */

/*
   Example overrides (uncomment to use):

   Change the gold accent colour:
   :root { --pf-gold: #d4a843; }

   Change the hero title size on mobile:
   @media (max-width: 480px) {
     .pf-hero__title { font-size: 2.6rem; }
   }

   Add a custom font:
   @import url('https://fonts.googleapis.com/css2?family=YourFont&display=swap');
   :root { --pf-font-body: 'YourFont', sans-serif; }
*/
