/*
 Theme Name: Astra Child — Space in the World
 Template: astra
 Description: Tema hijo de Astra para el sitio Space in the World. Toda la lógica del portal está en el plugin SITW Portal v2.0.
 Version: 2.0
 Author: Space in the World
*/

/* Importar estilos del tema padre */
@import url("../astra/style.css");

/* ================================================================
   SITW — Reglas globales de interacción (todo el sitio)
   1) El texto claro JAMÁS se oscurece en hover/focus: sobre fondos
      oscuros, letras negras = ilegibles. Los componentes propios
      que definan su hover con clase específica siguen ganando.
   2) Sin acentos turquesa por defecto de Astra (el color de marca
      es el violeta; el turquesa se eliminó también del customizer).
   ================================================================ */
html body button:hover,
html body button:focus,
html body .ast-button:hover,
html body .wp-element-button:hover,
html body .wp-block-button__link:hover,
html body input[type="submit"]:hover,
html body input[type="button"]:hover,
html body a.button:hover,
html body a.ast-button:hover,
html body a.wp-element-button:hover {
  color: inherit;
}
