/*
Theme Name: NewsWire - mag-v4-neutral
Theme URI: https://developer.example.com/magazine
Author: MagDev Team
Author URI: https://developer.example.com
Description: Wave4 auto-generated theme [mag-v4-neutral]
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-neutral
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: #334155;
    --skin-primary-dk: #1e293b;
    --skin-secondary: #0ea5e9;
    --skin-bg: #f8fafc;
    --skin-bg2: #f1f5f9;
    --skin-bg3: #e2e8f0;
    --skin-bg4: #cbd5e1;
    --skin-border: #94a3b8;
    --skin-text: #020617;
    --skin-text2: #334155;
    --skin-text3: #64748b;
    --skin-font: system-ui, -apple-system, 'Segoe UI', 'PingFang SC', sans-serif;
    --skin-radius: 4px;
    --skin-radius-lg: 8px;
    --skin-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
