/*

 Theme Name:   GeneratePress Child

 Theme URI:    https://generatepress.com

 Description:  Default GeneratePress child theme

 Author:       Tom Usborne

 Author URI:   https://tomusborne.com

 Template:     generatepress

 Version:      0.1

*/


/* =======================
   Exo2 – Fuentes locales
   ======================= */

@font-face {
  font-family: "Exo2";
  src: url("fonts/exo2/Exo2-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exo2";
  src: url("fonts/exo2/Exo2-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exo2";
  src: url("fonts/exo2/Exo2-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exo2";
  src: url("fonts/exo2/Exo2-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* =======================
   Enlaces menú pcpal header
   ======================= */
.main-navigation .main-nav ul li > a
{
  transition: transform 0.2s ease;
}   
.main-navigation .main-nav ul li:hover > a {
    transform: scale(1.05);
}

/* =======================
   Elementos SEO ocultos
   - No altera diseño
   - Google no penaliza
   ======================= */
.avz-seo-hidden {
  position:absolute;
  left:-9999px;
  top:-9999px;
  height:0;
  width:0;
  overflow:hidden;
}