/*
Theme Name: Kadence Child - BYAI Team
Theme URI: https://byaiteam.com
Description: Custom child theme for BYAI Team - AI-generated content showcase with modern tech aesthetic
Author: BYAI Team
Author URI: https://byaiteam.com
Template: kadence
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kadence-child
*/
:root {
    --byai-primary: #6366f1;
    --byai-secondary: #8b5cf6;
    --byai-accent: #06b6d4;
    --byai-dark: #0f172a;
    --byai-dark-alt: #1e293b;
    --byai-text: #f1f5f9;
    --byai-text-secondary: #94a3b8;
    --byai-success: #10b981;
    --byai-warning: #f59e0b;
    --byai-border: rgba(148, 163, 184, 0.1);
    --byai-shadow: rgba(0, 0, 0, 0.3);
}

/* Import parent theme styles */
@import url('../kadence/style.css');

/* 
===========================================
Global Overrides
===========================================
*/
