/*
Theme Name:   Hello Elementor Child - Tiendavirtual
Theme URI:    https://www.rednetspa.cl
Description:  Tema hijo de Hello Elementor para la migracion de tiendavirtual.cl. Contiene CSS y hooks personalizados especificos del proyecto. No depende de PHP para header/footer (los maneja Elementor Pro Theme Builder).
Author:       Rednet Ltda
Author URI:   https://www.rednet.cl
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-tv
*/

/* ==========================================================================
   Variables CSS de marca (referencia centralizada)
   ==========================================================================
   Aunque los colores se configuran via Elementor Site Settings (Global Colors),
   estas variables permiten reutilizarlos en CSS custom propio del child theme.
*/

:root {
    --tv-primary:    #54cde7;  /* celeste corporativo */
    --tv-secondary:  #47485f;  /* azul gris oscuro */
    --tv-accent:     #353648;  /* variacion oscura */
    --tv-text:       #333333;
    --tv-text-soft:  #8c9aaa;
    --tv-bg-light:   #f0f1f4;
    --tv-bg-white:   #ffffff;
    --tv-border:     #c8cfd7;
    --tv-whatsapp:   #25d366;
}

/* ==========================================================================
   Reservado para CSS custom de Fases posteriores
   ==========================================================================
   Boton flotante WhatsApp, ajustes finos al slider, overrides puntuales, etc.
   Se agregan en Fase 8 cuando ya esten construidas las paginas.
*/
