/*
Theme Name: Casino White Premium
Theme URI: https://casino-white-premium.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: casino-white-premium
Tags: light, gambling, casino, chinese, responsive, custom-colors, custom-logo
*/

/* ============================================
   CSS VARIABLES - 品牌色彩配置
   Theme: Casino White Premium (Z08)
   ============================================ */
:root {
    --color-primary:    #8B0000;
    --color-primary-dk: #5C0000;
    --color-secondary:  #FFD700;
    --color-bg:         #FFFFFF;
    --color-bg2:        #F8F8F8;
    --color-bg3:        #F0F0F0;
    --color-bg4:        #E8E8E8;
    --color-border:     #E0E0E0;
    --color-text:       #333333;
    --color-text2:      #555555;
    --color-text3:      #888888;
    --font-main:        'Bodoni 72', 'STSong', serif;
    --radius:           10px;
    --radius-lg:        14px;
    --shadow:           0 6px 20px rgba(120,53,15,0.2);
    --transition:       all 0.4s ease;
}
