@import url('https://fonts.googleapis.com/css2?family=Onest:wght@400;700;900&family=Oswald:wght@400;700&family=Libre+Baskerville:wght@400;700&display=swap');

/* Texto general del sitio */
body {
  font-family: 'Onest', sans-serif !important;
  line-height: 1.4;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Libre Baskerville', serif !important;
  line-height: 1.1;
}

/* Menú de navegación */
.navbar, 
.menu, 
.navigation, 
#navigation, 
.mainMenu, 
.siteNav {
  font-family: 'Oswald', sans-serif !important;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
}

/* Ajustes móviles */
@media only screen and (max-width: 768px) {
  .site-nameLogo {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 auto !important;
  }
  .header-logoImage img {
    max-height: 100%;
    width: auto;
  }
}
