/*
Theme Name: Mahjong Ink Chinese
Theme URI: https://mahjong-ink-chinese.com
Author: ThemeDev
Author URI: #
Description: 国风水墨风棋牌主题
Version: 1.0.2
Requires at least: 5.8
Tested up to: 6.7
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: mahjong-ink-chinese
Tags: light, gambling, entertainment, chinese, responsive, custom-colors, custom-logo
*/

/* ============================================
   CSS VARIABLES - 品牌色彩配置
   Theme: Mahjong Ink Chinese (P08)
   ============================================ */
:root {
    --color-primary:    #C53030;
    --color-primary-dk: #9B2C2C;
    --color-secondary:  #1A202C;
    --color-bg:         #F5F0E8;
    --color-bg2:        #FAF5ED;
    --color-bg3:        #FFFFFF;
    --color-bg4:        #E8E0D0;
    --color-border:     #E0E0E0;
    --color-text:       #333333;
    --color-text2:      #555555;
    --color-text3:      #888888;
    --font-main:        'Palatino Linotype', 'STZhongsong', serif;
    --radius:           6px;
    --radius-lg:        10px;
    --shadow:           0 6px 20px rgba(0,0,0,0.35);
    --transition:       all 0.4s ease;
}
