/*
Theme Name: Sport Orange Fire
Theme URI: https://sport-orange-fire.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: sport-orange-fire
Tags: dark, gambling, sports, chinese, responsive, custom-colors, custom-logo
*/

/* ============================================
   CSS VARIABLES - 品牌色彩配置
   Theme: Sport Orange Fire (S08)
   ============================================ */
:root {
    --color-primary:    #FF6B00;
    --color-primary-dk: #CC5500;
    --color-secondary:  #FF4500;
    --color-bg:         #0A0A0A;
    --color-bg2:        #141010;
    --color-bg3:        #1E1818;
    --color-bg4:        #282020;
    --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;
}
