/*
Theme Name: ConvertFlow - land-v2-bold
Theme URI: https://developer.example.com/landing
Author: FunnelCraft Labs
Author URI: https://developer.example.com
Description: Wave4 auto-generated theme [land-v2-bold]
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-bold
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: #7c3aed;
    --skin-primary-dk: #6d28d9;
    --skin-secondary: #f43f5e;
    --skin-bg: #030014;
    --skin-bg2: #0a0025;
    --skin-bg3: #150040;
    --skin-bg4: #200060;
    --skin-border: #4c1d95;
    --skin-text: #faf5ff;
    --skin-text2: #ddd6fe;
    --skin-text3: #8b5cf6;
    --skin-font: 'Inter', 'PingFang SC', 'Microsoft YaHei', sans-serif;
    --skin-radius: 6px;
    --skin-radius-lg: 12px;
    --skin-shadow: 0 6px 30px rgba(124,58,237,0.3);
}
