/*
Theme Name: ConvertFlow - land-v2-emerald
Theme URI: https://developer.example.com/landing
Author: FunnelCraft Labs
Author URI: https://developer.example.com
Description: Wave4 auto-generated theme [land-v2-emerald]
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: landing-v2-emerald
Tags: dark, one-column, full-width, custom-colors, custom-logo, featured-images
*/

:root {
    --color-primary:    #dc2626;
    --color-primary-dk: #b91c1c;
    --color-secondary:  #fbbf24;
    --color-bg:         #000000;
    --color-bg2:        #0a0a0a;
    --color-bg3:        #171717;
    --color-bg4:        #262626;
    --color-border:     #404040;
    --color-text:       #ffffff;
    --color-text2:      #e5e5e5;
    --color-text3:      #737373;
    --font-main:        'Inter', 'PingFang SC', 'Microsoft YaHei', sans-serif;
    --radius:           4px;
    --radius-lg:        8px;
    --shadow:           0 4px 24px rgba(220,38,38,0.25);
    --transition:       all 0.3s ease;
}

:root {
    --skin-primary: #10b981;
    --skin-primary-dk: #059669;
    --skin-secondary: #f472b6;
    --skin-bg: #0a1a15;
    --skin-bg2: #0f2820;
    --skin-bg3: #163830;
    --skin-bg4: #1f4d42;
    --skin-border: #2d7a68;
    --skin-text: #d1fae5;
    --skin-text2: #6ee7b7;
    --skin-text3: #4a9c80;
    --skin-font: system-ui, -apple-system, 'Segoe UI', 'PingFang SC', sans-serif;
    --skin-radius: 10px;
    --skin-radius-lg: 20px;
    --skin-shadow: 0 8px 36px rgba(16,185,129,0.22);
}
