/*
Theme Name: GridView - grid-v2-charcoal
Theme URI: https://developer.example.com/cardgrid
Author: GridDev Studio
Author URI: https://developer.example.com
Description: Wave4 auto-generated theme [grid-v2-charcoal]
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: cardgrid-v2-charcoal
Tags: dark, grid-layout, full-width, custom-colors, custom-logo, featured-images, one-column
*/

/* ============================================
   CSS VARIABLES - Placeholder (overridden by skin)
   ============================================ */
:root {
    --color-primary:    #f59e0b;
    --color-primary-dk: #d97706;
    --color-secondary:  #ef4444;
    --color-bg:         #09090b;
    --color-bg2:        #18181b;
    --color-bg3:        #27272a;
    --color-bg4:        #3f3f46;
    --color-border:     #3f3f46;
    --color-text:       #fafafa;
    --color-text2:      #d4d4d8;
    --color-text3:      #71717a;
    --font-main:        'Inter', 'PingFang SC', 'Microsoft YaHei', sans-serif;
    --radius:           8px;
    --radius-lg:        16px;
    --shadow:           0 8px 32px rgba(245,158,11,0.15);
    --transition:       all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

:root {
    --skin-primary: #14b8a6;
    --skin-primary-dk: #0d9488;
    --skin-secondary: #f472b6;
    --skin-bg: #042f2e;
    --skin-bg2: #083a38;
    --skin-bg3: #115e59;
    --skin-bg4: #1a7a74;
    --skin-border: #2dd4bf;
    --skin-text: #f0fdfa;
    --skin-text2: #99f6e4;
    --skin-text3: #5eaaa0;
    --skin-font: system-ui, -apple-system, 'Segoe UI', 'PingFang SC', sans-serif;
    --skin-radius: 10px;
    --skin-radius-lg: 18px;
    --skin-shadow: 0 6px 28px rgba(20,184,166,0.18);
}
