/*
Theme Name: Estrategias Educativas
Theme URI: 
Author: Gonzalo Hernandez Mendiola
Author URI: 
Description: Tema corporativo a la medida para Estrategias Educativas. Basado en el diseño moderno y las paletas de la marca.
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: estrategias-educativas
*/

:root {
  --primary: #1E40AF;
  --secondary: #F3F4F6;
  --editorial-dark: #1F2937;
  --header-bg: #FFFFFF;
  --accent-yellow: #F0B82C;
  --accent-teal: #20B2AA;
  --accent-purple: #7B68EE;
  --accent-red: #FF6B6B;
}

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: #333333;
  background-color: #f9fafb;
}

/* Base utility overrides if needed outside tailwind */
.bg-editorial-dark {
  background-color: var(--editorial-dark);
}
.text-editorial-dark {
  color: var(--editorial-dark);
}
