/*
Theme Name: Twenty Twenty-Five Altaria Urbana
Theme URI: https://altariaurbana.com/
Description: Tema hijo premium para Twenty Twenty-Five que integra la identidad visual, tipografías y colores corporativos de Altaria Urbana.
Author: Antigravity IDE
Author URI: https://altariaurbana.com/
Template: twentytwentyfive
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: twentytwentyfive-altaria
*/

/* Importación de Google Fonts recomendadas por el Brand Book como alternativas libres */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&family=Literata:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=JetBrains+Mono:wght@400;500&display=swap");

/* Estilos de compatibilidad personalizados */
.wp-block-button__link {
  transition: background-color 0.22s cubic-bezier(0.2, 0.6, 0.2, 1), color 0.22s cubic-bezier(0.2, 0.6, 0.2, 1);
}

.wp-block-button__link:hover {
  background-color: var(--wp--preset--color--accent-1) !important; /* Tierra profunda */
}
