/*
Theme Name:  Kentucky Legend
Theme URI:   https://kentuckylegend.com
Author:      Jason Ackerman
Author URI:  https://overtimeagency.com
Description: Kentucky Legend brand child theme. Extends IPC Base.
Version:     2.0.0
Template:    ipc-base
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kentucky-legend
*/

/*
 * Kentucky Legend Brand Variables
 * ============================================================
 * These override the defaults in ipc-base/css/base.css.
 * Only values that differ from the parent theme defaults are listed.
 * All structural CSS lives in the parent theme — never copy it here.
 *
 * Fonts are loaded via ACF Theme Settings → Brand → Font Embed URL.
 * Set the Adobe Fonts kit URL there, then set the font stacks below.
 * ============================================================ */

@import url('https://use.typekit.net/axa4cqq.css');

:root {

    /* ── Brand Colors ──────────────────────────────────────── */
    --color-primary:          #cc0000;
    --color-primary-dark:     #a30000;
    --color-primary-light:    #e60000;
    --color-secondary:        #1a1a1a;
    --color-accent:           #c8a84b;   /* Kentucky gold */

    /* ── Section Backgrounds ───────────────────────────────── */
    --color-bg-dark:          #111111;
    --color-bg-mid:           #2a2a2a;

    /* ── Typography ────────────────────────────────────────── */
    --font-primary:           'Gotham', 'Helvetica Neue', Arial, sans-serif;
    --font-display:           'a-love-of-thunder', 'Gotham', 'Helvetica Neue', Arial, sans-serif;

    /* ── Header ────────────────────────────────────────────── */
    --header-top-bg:          #1a1a1a;
    --header-brand-bg:        #cc0000;
    --header-hover-color:     #c8a84b;

    /* ── Navigation ────────────────────────────────────────── */
    --nav-hover-color:        #c8a84b;

    /* ── Footer ────────────────────────────────────────────── */
    --footer-bg:              #1a1a1a;

    /* ── Product-specific ──────────────────────────────────── */
    --product-flip-back-bg:       #cc0000;
    --product-nutrition-bg:       #cc0000;
    --product-tab-active-color:   #cc0000;
    --product-scroll-arrow-bg:    #cc0000;

    /* ── Recipe-specific ───────────────────────────────────── */
    --recipe-meta-color:          #cc0000;
    --recipe-tag-hover-bg:        #cc0000;
}

/* ── Kentucky Legend specific overrides ───────────────────── */

/* Display font on major headings */
.home-banner-heading,
.product-detail-title,
.recipe-detail-title,
.recipe-list-title {
    font-family: var(--font-display);
    letter-spacing: 0.02em;
}

/* Recipe section title accent */
.recipe-section-title {
    color: var(--color-primary);
    border-bottom-color: var(--color-primary);
}
