/*
Theme Name: ReadDigest - mag-v2-cool
Theme URI: https://developer.example.com/magazine
Author: MagDev Team
Author URI: https://developer.example.com
Description: Wave4 auto-generated theme [mag-v2-cool]
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-cool
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: #0891b2;
    --skin-primary-dk: #0e7490;
    --skin-secondary: #6366f1;
    --skin-bg: #f0fdfa;
    --skin-bg2: #ccfbf1;
    --skin-bg3: #99f6e4;
    --skin-bg4: #5eead4;
    --skin-border: #2dd4bf;
    --skin-text: #134e4a;
    --skin-text2: #2d6a5f;
    --skin-text3: #6b9b94;
    --skin-font: 'Poppins', 'PingFang SC', 'Microsoft YaHei', sans-serif;
    --skin-radius: 12px;
    --skin-radius-lg: 20px;
    --skin-shadow: 0 6px 24px rgba(8,145,178,0.12);
}
