/*
Theme Name: ConvertFlow - land-v2-ocean
Theme URI: https://developer.example.com/landing
Author: FunnelCraft Labs
Author URI: https://developer.example.com
Description: Wave4 auto-generated theme [land-v2-ocean]
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-ocean
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: #0ea5e9;
    --skin-primary-dk: #0284c7;
    --skin-secondary: #a855f7;
    --skin-bg: #0c1222;
    --skin-bg2: #111b30;
    --skin-bg3: #1a2744;
    --skin-bg4: #253558;
    --skin-border: #3b5080;
    --skin-text: #f0f9ff;
    --skin-text2: #7dd3fc;
    --skin-text3: #4a8bba;
    --skin-font: 'JetBrains Mono', 'Fira Code', 'PingFang SC', monospace;
    --skin-radius: 2px;
    --skin-radius-lg: 6px;
    --skin-shadow: 0 3px 15px rgba(14,165,233,0.2);
}
