/*
Theme Name: Broiling Colombia
Theme URI: https://colombia.broilingcoffee.com
Author: Broiling
Author URI: https://broilingcoffee.com
Description: 콜롬비아 산지 직송 스페셜티 생두 전문. gsc.coffee 스타일의 클린/프리미엄 생두 쇼핑몰. 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-colombia
Tags: woocommerce, e-commerce, green-beans, specialty-coffee, colombia, direct-trade
WooCommerce: 8.0
*/

/* ─── Color Scheme: Clean White + Forest Green + Gold accent (gsc.coffee inspired) ─── */
:root {
    /* Primary - Forest Green */
    --fc-primary: #2E7D32;
    --fc-primary-dark: #1B5E20;
    --fc-primary-light: #43A047;
    --fc-secondary: #66BB6A;

    /* Accent - Gold / Warm */
    --fc-accent: #C8A951;
    --fc-accent-dark: #A68B3C;
    --fc-accent-light: #D4B85A;

    /* Colombia brand */
    --co-green: #2E7D32;
    --co-green-dark: #1B5E20;
    --co-green-light: #43A047;
    --co-gold: #C8A951;
    --co-gold-dark: #A68B3C;
    --co-red: #E53935;
    --co-earth: #795548;
    --co-earth-light: #8D6E63;

    /* Clean backgrounds (gsc style) */
    --co-bg-white: #FFFFFF;
    --co-bg-light: #F9FAF9;
    --co-bg-cream: #F5F3EE;
    --co-bg-green-soft: #E8F5E9;

    /* Text */
    --co-text-dark: #1A1A1A;
    --co-text-body: #333333;
    --co-text-muted: #888888;
    --co-text-light: #BDBDBD;

    /* Override parent */
    --fc-cream: #F9FAF9;
    --fc-beige: #F5F3EE;
    --fc-gray-light: #E8E8E8;
    --fc-gray: #999999;
    --fc-gray-dark: #555555;

    /* Shadows - subtle */
    --fc-shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
    --fc-shadow-md: 0 2px 10px rgba(0,0,0,0.08);
    --fc-shadow-lg: 0 4px 20px rgba(0,0,0,0.1);
}
