/*
 Theme Name:   Family Fishin Child
 Theme URI:    https://familyfishin.com
 Description:  Child theme for Family Fishin. All product page logic lives in the ff-page-builder plugin.
 Author:       Family Fishin
 Template:     kadence
 Version:      1.0.0
*/

/* ── Brand Variables ───────────────────────────────────────────────────────── */
/*    These are the canonical source. ff-product.css duplicates them so the    */
/*    plugin works even if the child theme is swapped out.                     */

:root {
    --ff-forest:       #1a3220;
    --ff-forest-mid:   #25451f;
    --ff-forest-light: #3a6b30;
    --ff-sage:         #7aa86e;
    --ff-sage-light:   #eef7e7;
    --ff-cream:        #f7f3eb;
    --ff-cream-dark:   #ede8dc;
    --ff-gold:         #c8952a;
    --ff-gold-light:   #e8b84b;
    --ff-charcoal:     #1e1e1e;
    --ff-text-muted:   #6b6b5e;
    --ff-white:        #ffffff;
    --ff-border:       #e0dcd4;
}

/* ── Global ────────────────────────────────────────────────────────────────── */

body {
    background-color: var(--ff-cream) !important;
    font-family: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--ff-charcoal);
}

h1, h2, h3, h4 {
    font-family: 'Playfair Display', Georgia, serif;

.woocommerce .single_add_to_cart_button {
    padding: 0 32px !important;
    line-height: 40px !important;
    height: 40px !important;
}