/*
Theme Name: ReadDigest - mag-v2-warm
Theme URI: https://developer.example.com/magazine
Author: MagDev Team
Author URI: https://developer.example.com
Description: Wave4 auto-generated theme [mag-v2-warm]
Version: 1.0.0
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: magazine-v2-warm
Tags: blog, news, two-columns, right-sidebar, custom-colors, custom-logo, featured-images, threaded-comments
*/

/* ============================================
   CSS VARIABLES - Placeholder (overridden by skin)
   ============================================ */
:root {
    --color-primary:    #c8553d;
    --color-primary-dk: #a3412e;
    --color-secondary:  #f28f3b;
    --color-bg:         #fefcf8;
    --color-bg2:        #f8f4ee;
    --color-bg3:        #f0ebe3;
    --color-bg4:        #e8e0d5;
    --color-border:     #ddd5c8;
    --color-text:       #2c2418;
    --color-text2:      #5a4e3f;
    --color-text3:      #8a7e6f;
    --font-main:        'Noto Serif SC', 'Source Han Serif CN', serif;
    --radius:           3px;
    --radius-lg:        8px;
    --shadow:           0 2px 12px rgba(200,85,61,0.08);
    --transition:       all 0.25s ease;
}

:root {
    --skin-primary: #b45309;
    --skin-primary-dk: #92400e;
    --skin-secondary: #dc2626;
    --skin-bg: #fffbeb;
    --skin-bg2: #fef3c7;
    --skin-bg3: #fde68a;
    --skin-bg4: #fcd34d;
    --skin-border: #f59e0b;
    --skin-text: #1c1917;
    --skin-text2: #57534e;
    --skin-text3: #a8a29e;
    --skin-font: 'Nunito', 'PingFang SC', 'Microsoft YaHei', sans-serif;
    --skin-radius: 8px;
    --skin-radius-lg: 16px;
    --skin-shadow: 0 4px 20px rgba(180,83,9,0.1);
}
