/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://github.com/freshdev
 Description:  Tema hijo de Hello Elementor con plantillas personalizadas para AI Blog Generator.
 Author:       Fresh Dev
 Author URI:   https://freshdev.com
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hello-elementor-child
*/

/* === Variables de marca Zero to TENglish === */
:root {
    --zt-navy: #1B1464;
    --zt-navy-light: #2A2082;
    --zt-navy-dark: #110E45;
    --zt-red: #E53935;
    --zt-red-light: #FF5252;
    --zt-green: #43A047;
    --zt-green-light: #66BB6A;
    --zt-white: #FFFFFF;
    --zt-gray-50: #F8F9FC;
    --zt-gray-100: #F1F3F9;
    --zt-gray-200: #E2E6F0;
    --zt-gray-300: #C9CFDE;
    --zt-gray-500: #6B7494;
    --zt-gray-700: #374060;
    --zt-gray-900: #1A1D2E;
    --zt-radius-sm: 8px;
    --zt-radius-md: 12px;
    --zt-radius-lg: 16px;
    --zt-radius-xl: 24px;
    --zt-radius-full: 100px;
    --zt-shadow-sm: 0 1px 3px rgba(27, 20, 100, 0.08);
    --zt-shadow-md: 0 4px 16px rgba(27, 20, 100, 0.1);
    --zt-shadow-lg: 0 12px 40px rgba(27, 20, 100, 0.12);
    --zt-shadow-xl: 0 20px 60px rgba(27, 20, 100, 0.15);
    --zt-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
