/*
Theme Name: Lotto Red Luck
Theme URI: https://lotto-red-luck.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: lotto-red-luck
Tags: dark, gambling, entertainment, chinese, responsive, custom-colors, custom-logo
*/

/* ============================================
   CSS VARIABLES - 品牌色彩配置
   Theme: Lotto Red Luck (C01)
   ============================================ */
: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:        'Helvetica Neue', 'PingFang SC', sans-serif;
    --radius:           4px;
    --radius-lg:        6px;
    --shadow:           0 2px 8px rgba(0,0,0,0.06);
    --transition:       all 0.25s ease;
}
