/**
 * Theme Name: Bu Luxury Hairs Theme
 * Theme URI: https://ayomide.co/
 * Description: Custom theme developed exclusively for Bu Luxury Hairs. Includes the
 *              homepage refresh: hand-coded site-wide header + footer plus ACF-driven
 *              front-page sections.
 * Author: Ayomide.
 * Author URI:  https://ayomide.co
 * Template: rey
 * Version: 1.1.0
 * License: General Public License
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Text Domain: rey-child
 */

/* Brand tokens consumed by assets/css/bu-site.css and assets/css/bu-home.css */
:root {
    --bu-brand:            #ff924f;
    --bu-brand-hover:      #ff8e47;
    --bu-brand-pdp:        #ff7926;
    --bu-brand-foreground: #ffffff;
    --bu-ink:              #181410;
    --bu-foreground:       #232325;
    --bu-muted:            #f5f3ef;
    --bu-muted-foreground: #6f6a64;
    --bu-border:           #e6e2dc;
    --bu-sale:             #d04e2c;
    --bu-background:       #fefdfb;

    /* Header height — used to push .rey-siteContent down so content isn't under header */
    --bu-header-h:         56px;
    --bu-marquee-h:        40px;
}

@media (min-width: 1024px) {
    :root {
        --bu-header-h:     64px;
    }
}
