/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Tema hijo de Hello Elementor para personalizaciones
Author: Casa Fernandez
Author URI: https://casafernandez.com
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor-child
*/

/* Aquí puedes agregar tus estilos personalizados */
:root {
    --arx-primary: #FF6B00;
    --arx-secondary: #00FFD1;
    --arx-accent: #00FFD1;
    --arx-bg: #07090F;
    --arx-surface: #0C111C;
    --arx-text: #FFFFFF;
    --arx-text-muted: #A0AEC0;
    --arx-font-heading: 'Orbitron', 'Inter', sans-serif;
    --arx-font-body: 'Inter', sans-serif;
}

/* Fix Elementor Blank Spaces & Apply Dark Mode Globally */
body, html {
    background-color: var(--arx-bg) !important;
    color: var(--arx-text) !important;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* Remove Elementor widget default margin at the bottom for HTML blocks */
.elementor-widget-html {
    margin-bottom: 0 !important;
}