/*
Theme Name: Card Red Lantern
Theme URI: https://card-red-lantern.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: card-red-lantern
Tags: dark, gambling, entertainment, chinese, responsive, custom-colors, custom-logo
*/

/* ============================================
   CSS VARIABLES - 品牌色彩配置
   Theme: Card Red Lantern (P04)
   ============================================ */
:root {
    --color-primary:    #FFD700;
    --color-primary-dk: #DAA520;
    --color-secondary:  #FF0000;
    --color-bg:         #140000;
    --color-bg2:        #1E0000;
    --color-bg3:        #280000;
    --color-bg4:        #320000;
    --color-border:     #2a2a2a;
    --color-text:       #ffffff;
    --color-text2:      #cccccc;
    --color-text3:      #888888;
    --font-main:        'Avenir Next', 'PingFang SC', sans-serif;
    --radius:           20px;
    --radius-lg:        28px;
    --shadow:           0 10px 40px rgba(88,28,135,0.12);
    --transition:       all 0.5s cubic-bezier(0.34,1.56,0.64,1);
}
