/*
Theme Name: NewsWire - mag-v4-warm
Theme URI: https://developer.example.com/magazine
Author: MagDev Team
Author URI: https://developer.example.com
Description: Wave4 auto-generated theme [mag-v4-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-v4-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: #7c2d12;
    --skin-primary-dk: #6c2710;
    --skin-secondary: #ca8a04;
    --skin-bg: #fefce8;
    --skin-bg2: #fef9c3;
    --skin-bg3: #fef08a;
    --skin-bg4: #fde047;
    --skin-border: #facc15;
    --skin-text: #1c1917;
    --skin-text2: #44403c;
    --skin-text3: #78716c;
    --skin-font: 'JetBrains Mono', 'Fira Code', 'PingFang SC', monospace;
    --skin-radius: 0px;
    --skin-radius-lg: 2px;
    --skin-shadow: none;
}
