/*
Theme Name:         BonBonHub
Theme URI:          https://bonbonhub.fr
Author:             BonBonHub
Author URI:         https://bonbonhub.fr
Description:        Thème WooCommerce retail premium pour boutiques de chocolats, bonbons, biscuits et boissons. Entièrement personnalisable via le Customizer WordPress natif : couleurs, menus, sliders, sections, footer. Compatible WooCommerce, menus WordPress, widgets et blocs Gutenberg.
Version:            1.0.0
Requires at least:  6.0
Tested up to:       6.5
WC requires at least: 7.0
WC tested up to:    8.5
Requires PHP:       7.4
License:            GNU General Public License v2 or later
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:        bonbonhub
Tags:               woocommerce, e-commerce, food, candy, retail, customizer, one-column, two-columns, custom-colors, custom-menu, custom-logo, featured-images, sticky-post, threaded-comments, translation-ready
*/

/* ================================================
   CSS CUSTOM PROPERTIES — injectées dynamiquement
   par le Customizer (inc/customizer.php)
   ================================================ */
:root {
    --bbh-color-primary:        #e63946;
    --bbh-color-primary-dark:   #c1121f;
    --bbh-color-secondary:      #1a1a2e;
    --bbh-color-accent:         #f9c74f;
    --bbh-color-accent-dark:    #e6a800;
    --bbh-color-bg:             #fafafa;
    --bbh-color-bg-alt:         #f4f4f4;
    --bbh-color-surface:        #ffffff;
    --bbh-color-text:           #1a1a2e;
    --bbh-color-text-light:     #555555;
    --bbh-color-text-muted:     #999999;
    --bbh-color-border:         #e8e8e8;
    --bbh-color-success:        #2d8a4e;
    --bbh-font-body:            'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    --bbh-font-heading:         'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    --bbh-font-size-base:       15px;
    --bbh-line-height:          1.65;
    --bbh-border-radius:        8px;
    --bbh-border-radius-lg:     12px;
    --bbh-border-radius-pill:   50px;
    --bbh-shadow-sm:            0 1px 4px rgba(0,0,0,0.06);
    --bbh-shadow:               0 2px 12px rgba(0,0,0,0.08);
    --bbh-shadow-hover:         0 8px 28px rgba(230,57,70,0.14);
    --bbh-container-width:      1200px;
    --bbh-header-height:        68px;
    --bbh-transition:           0.2s ease;
}
