/*
Theme Name: Broiling Roasting
Theme URI: https://roasting.broilingcoffee.com
Author: Broiling
Author URI: https://broilingcoffee.com
Description: 브로일링 로스팅 - 장인의 로스팅으로 완성된 스페셜티 원두. Flavor Coffee 자식 테마.
Version: 1.0.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-roasting
Tags: woocommerce, e-commerce, custom-colors, custom-logo, coffee, roasting, specialty
WooCommerce: 8.0
*/

/* ========================================
   Broiling Roasting Brand Overrides
======================================== */
:root {
    /* Brand Colors - Warm Brown */
    --fc-primary: #4E342E;
    --fc-primary-dark: #3E2723;
    --fc-primary-light: #795548;
    --fc-accent: #D4A574;
    --fc-accent-dark: #B8895A;
    --bc-flame: #795548;
    --bc-flame-dark: #5D4037;
    --bc-gold: #D4A574;

    /* Override cream for warmer tone */
    --fc-cream: #FBF6F0;
    --fc-beige: #F5EDE3;
}
