/*
Theme Name: Kemondo Fashion Factory (中文版)
Theme URI: https://kemondo.com
Author: Kemondo Studio
Author URI: https://kemondo.com
Description: 科蒙多 (Kemondo) B2B 服装定制工厂主题。中文专用版,基于 Kemondo-en (English edition) 反向 fork 于 2026-09-18。晨雾绿 + 奶白 + 焦糖金配色,Editorial 杂志感版面。专为中文访客设计,锁定中文。英文版请使用独立主题 kemondo-en。
Version: 2.0.1
Requires at least: 6.0
Tested up to: 6.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: kemondo
Tags: custom-colors, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, bilingual
*/

/*
 * Kemondo Theme - 晨雾绿定制工厂主题
 * 主色: 鼠尾草绿 #A8B5A0
 * 辅色: 奶白 #FAF7F2 / 焦糖金 #C9A876
 * 字体: Cormorant Garamond + Noto Serif SC / Inter + Noto Sans SC
 */

/* === Logo (中文专用版) === */
.site-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}
.site-logo-img {
    display: block;
    height: 48px;
    width: auto;
    max-width: 240px;
}
.logo-zh, .logo-en {
    line-height: 1;
}
.logo-zh {
    font-size: 28px;
    font-weight: 700;
    color: #1A2820;
    margin-right: 12px;
    letter-spacing: 2px;
}
.logo-en {
    font-size: 20px;
    font-weight: 600;
    color: #B8924A;
    font-style: italic;
    font-family: 'Cormorant Garamond', Georgia, serif;
}
