/*
Theme Name: Astra Child
Theme URI: https://tu-sitio.com/astra-child/
Description: Tema hijo personalizado de Astra con fuentes Mundial
Author: Amarodev
Author URI: https://amarodev.com
Template: astra
Version: 1.0.0
*/
 
@font-face {
  font-family: 'Mundial';
  src: url('fonts/Mundial-Thin.woff2') format('woff2'),
       url('fonts/Mundial-Thin.woff') format('woff'),
       url('fonts/Mundial-Thin.eot?#iefix') format('embedded-opentype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Mundial';
  src: url('fonts/Mundial-Demibold.woff2') format('woff2'),
       url('fonts/Mundial-Demibold.woff') format('woff'),
       url('fonts/Mundial-Demibold.eot?#iefix') format('embedded-opentype');
  font-weight: 600;
  font-style: normal;
}
 
/* Encabezados con Mundial Demibold */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Mundial';
    font-weight: 600;
    font-style: normal;
}

/* Texto general con Mundial Thin */
body {
    font-family: 'Mundial';
    font-weight: 100;
    font-style: normal;
}

/* Menú de navegación (no se cambia) */
.main-header-menu a,
.ast-header-break-point .main-header-bar-navigation .main-navigation a {
  font-family: inherit;
  font-weight: inherit;
}