/*
Theme Name: Lotto Ink Fortune
Theme URI: https://lotto-ink-fortune.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-ink-fortune
Tags: dark, gambling, entertainment, chinese, responsive, custom-colors, custom-logo
*/

/* ============================================
   CSS VARIABLES - 品牌色彩配置
   Theme: Lotto Ink Fortune (C07)
   ============================================ */
:root {
    --color-primary:    #C53030;
    --color-primary-dk: #9B2C2C;
    --color-secondary:  #FFD700;
    --color-bg:         #0A0008;
    --color-bg2:        #0F000C;
    --color-bg3:        #160012;
    --color-bg4:        #1E0018;
    --color-border:     #2a2a2a;
    --color-text:       #ffffff;
    --color-text2:      #cccccc;
    --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;
}
