/* ==================================================
   COMPLEJO ÁGUILA BLANCA
   TIPOGRAFÍAS GLOBALES SEGURAS
   ================================================== */

/* Fuente base del sitio */
body {
    font-family: 'Almarai', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Títulos */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Amaranth', sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.2;
    letter-spacing: 0.01em;
}





/* Textos comunes */
p,
li,
label,
input,
textarea,
select {
    font-family: 'Almarai', sans-serif !important;
}

/* Menú: solo enlaces de texto */
nav a,
.navbar a,
.menu a {
    font-family: 'Almarai', sans-serif !important;
    font-weight: 600;
}

/* Botones comunes de texto */
.btn,
a.btn,
input[type="submit"] {
    font-family: 'Almarai', sans-serif !important;
    font-weight: 700 !important;
}

/* Footer: solo textos, no iconos */
footer p,
footer li,
footer a,
.footer p,
.footer li,
.footer a,
#footer p,
#footer li,
#footer a,
[class*="footer"] p,
[class*="footer"] li,
[class*="footer"] a {
    font-family: 'Almarai', sans-serif !important;
    line-height: 1.6;
}