/*
Theme Name: ArticleHub - mag-v3-neutral
Theme URI: https://developer.example.com/magazine
Author: MagDev Team
Author URI: https://developer.example.com
Description: Wave4 auto-generated theme [mag-v3-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-v3-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: #0f766e;
    --skin-primary-dk: #115e59;
    --skin-secondary: #ea580c;
    --skin-bg: #f0fdf4;
    --skin-bg2: #dcfce7;
    --skin-bg3: #bbf7d0;
    --skin-bg4: #86efac;
    --skin-border: #4ade80;
    --skin-text: #14532d;
    --skin-text2: #3f6f52;
    --skin-text3: #7da88e;
    --skin-font: 'Poppins', 'PingFang SC', 'Microsoft YaHei', sans-serif;
    --skin-radius: 6px;
    --skin-radius-lg: 14px;
    --skin-shadow: 0 3px 15px rgba(15,118,110,0.08);
}
