/*
Theme Name: Broiling Coffee
Theme URI: https://broilingcoffee.co.kr
Author: Broiling
Author URI: https://broilingcoffee.co.kr
Description: 브로일링 - 커피의 모든 것의 마켓플레이스. Flavor Coffee 자식 테마.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: flavor-coffee
Text Domain: broiling-coffee
Tags: woocommerce, e-commerce, custom-colors, custom-logo, marketplace, coffee, green-beans, equipment
WooCommerce: 8.0
*/

/* ========================================
   Broiling Coffee Brand Overrides
======================================== */
:root {
    /* Brand Colors */
    --fc-primary: #4A3428;
    --fc-primary-dark: #2D1F17;
    --fc-primary-light: #6B4D3E;
    --fc-accent: #D4A574;
    --fc-accent-dark: #B8895A;
    --bc-flame: #E85D26;
    --bc-flame-dark: #C94D1F;
    --bc-gold: #D4A574;

    /* Override cream for softer tone */
    --fc-cream: #FAF7F2;
    --fc-beige: #F5EFE6;
}
