/*
Theme Name: Broiling Machine
Theme URI: https://machine.broilingcoffee.com
Author: Broiling
Author URI: https://broilingcoffee.com
Description: 프리미엄 커피 장비 전문 스토어. eiden.co.kr 스타일의 프로페셔널/테크 디자인. 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-machine
Tags: woocommerce, e-commerce, coffee-equipment, espresso-machine, grinder, professional
WooCommerce: 8.0
*/

/* ─── Color Scheme Override: Charcoal / Deep Blue / Tech ─── */
:root {
    /* Primary - Charcoal Dark Gray (industrial/professional) */
    --fc-primary: #37474F;
    --fc-primary-dark: #263238;
    --fc-primary-light: #546E7A;
    --fc-secondary: #78909C;

    /* Accent - Deep Blue (eiden-inspired) */
    --fc-accent: #1565C0;
    --fc-accent-dark: #0D47A1;
    --fc-accent-light: #1E88E5;

    /* Brand colors */
    --bm-charcoal: #37474F;
    --bm-charcoal-dark: #263238;
    --bm-charcoal-light: #546E7A;
    --bm-blue: #1565C0;
    --bm-blue-dark: #0D47A1;
    --bm-blue-light: #1E88E5;
    --bm-orange: #FF6D00;
    --bm-orange-dark: #E65100;

    /* Backgrounds */
    --bm-bg-light: #FAFAFA;
    --bm-bg-dark: #212121;
    --bm-bg-section: #F5F5F5;

    /* Text */
    --bm-text-dark: #212121;
    --bm-text-body: #424242;
    --bm-text-muted: #757575;
    --bm-text-light: rgba(255,255,255,0.85);
    --bm-text-light-muted: rgba(255,255,255,0.55);

    /* Override parent shadows to charcoal tone */
    --fc-shadow-sm: 0 1px 3px rgba(38,50,56,0.08);
    --fc-shadow-md: 0 4px 12px rgba(38,50,56,0.12);
    --fc-shadow-lg: 0 8px 30px rgba(38,50,56,0.16);

    /* Override cream/beige to neutral grays */
    --fc-cream: #FAFAFA;
    --fc-beige: #F5F5F5;
    --fc-gray-light: #E0E0E0;
    --fc-gray: #9E9E9E;
    --fc-gray-dark: #616161;
}
