/*
Theme Name: Capacítate para la Vida Child
Description: Child theme para el proyecto Capacítate para la Vida, basado en Hello Elementor.
Author: Tu Nombre/Agencia
Template: hello-elementor
Version: 1.0.0
Text Domain: cv-child
*/

/* 1. VARIABLES GLOBALES */
:root {
  --cv-black: #1f2126;
  --cv-yellow: #f2a71b;
  --cv-gold: #bf871f;
  --cv-gray: #bfc3cc;
  --cv-dark-card: #282a30;
  
  /* Tipografías */
  --font-body: 'Inter', sans-serif;
  --font-heading: 'Poppins', sans-serif;
}

/* 2. RESET Y ESTILOS BASE */
html {
  scroll-behavior: smooth;
}

body {
  background: var(--cv-black);
  color: #fff;
  font-family: var(--font-body);
  line-height: 1.6;
  overflow-x: hidden;
}

/* Forzar estilos en Elementor */
body.elementor-page h1, body.elementor-page h2, 
body.elementor-page h3, body.elementor-page h4 {
    font-family: var(--font-heading) !important;
    font-weight: 700 !important;
}
