/*
Theme Name:  Fisher Campaign Child
Template:    fisher-campaign
Theme URI:   https://kimberlyefisher.com
Author:      Pixels + Ems
Author URI:  https://pixelsandems.com
Description: Child theme for Fisher Campaign. Add ALL your custom CSS overrides here. This file is safe — it is never overwritten when you update the parent theme.
Version:     1.0.0
Text Domain: fisher-campaign-child
*/

/*
 * ══════════════════════════════════════════════════════
 *  HOW TO CUSTOMIZE THIS THEME
 * ══════════════════════════════════════════════════════
 *
 *  This child theme is where ALL your customizations live.
 *  When Pixels + Ems releases a theme update you simply
 *  re-upload the parent theme (fisher-campaign.zip) and
 *  NOTHING in this file is touched.
 *
 *  ► Add your custom CSS below the line marked "YOUR CUSTOMIZATIONS".
 *  ► Override any parent-theme variable by redefining it in :root {}.
 *  ► To override a template file: copy it from the parent theme into
 *    this child theme folder (same relative path). WordPress will
 *    automatically use the child copy.
 *
 *  BRAND COLOR QUICK REFERENCE
 *  ─────────────────────────────
 *  --navy:       #25346B  (Astronaut)
 *  --red:        #C3151C  (Thunderbird)
 *  --periwinkle: #C7D6EC  (Periwinkle Gray)
 *  --amethyst:   #9393B9  (Amethyst Smoke)
 *
 *  ELEMENTOR BACKGROUND CLASSES (add to section CSS Classes field)
 *  ─────────────────────────────────────────────────────────────────
 *  fisher-bg-navy        → Astronaut #25346B
 *  fisher-bg-navy-dark   → Darker navy
 *  fisher-bg-red         → Thunderbird #C3151C
 *  fisher-bg-periwinkle  → Periwinkle Gray #C7D6EC
 *  fisher-bg-amethyst    → Amethyst Smoke #9393B9
 *  fisher-bg-white       → White
 *  fisher-bg-off-white   → Soft periwinkle-tinted white
 *
 *  TEXT COLOR HELPERS
 *  ─────────────────────────────────────────────────────────────────
 *  fisher-text-white / fisher-text-navy / fisher-text-red
 *  fisher-text-periwinkle / fisher-text-amethyst
 * ══════════════════════════════════════════════════════
 */


/* ──────────────────────────────────────────────────────
   YOUR CUSTOMIZATIONS — add below this line
────────────────────────────────────────────────────── */

/* Example: change a color variable site-wide */
/*
:root {
  --red: #C3151C;
}
*/

/* Example: adjust font size of hero name */
/*
.slide-name {
  font-size: 4rem;
}
*/
