/*
Theme Name: Gustavo Dulcey PRO (Editable)
Theme URI: https://gustavodulcey.com
Author: Gustavo Dulcey
Description: Tema optimizado para SEO. Edita textos y contacto desde Apariencia > Personalizar.
Version: 2.0
License: GNU General Public License v2 or later
Text Domain: gustavo-theme
*/

/* Estilos base */
body { font-family: 'Inter', sans-serif; }
.fade-in-up { animation: fadeInUp 0.8s ease-out forwards; opacity: 0; transform: translateY(20px); }
@keyframes fadeInUp { to { opacity: 1; transform: translateY(0); } }
