/* Tipografía institucional UNAL — Ancizar Sans / Ancizar Serif
   Fuente: plantilla oficial Bibliotecas UNAL (bases.unal.edu.co / bibliotecas.unal.edu.co)
   Rutas corregidas para la estructura de este proyecto (assets/unal/fonts/). */

@font-face {
    font-family: 'Ancizar Sans';
    font-weight: bold;
    font-style: italic;
    src: url("../fonts/ancizarsans-bold-italic.woff") format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Ancizar Sans';
    font-weight: bold;
    font-style: normal;
    src: url("../fonts/ancizarsans-bold.woff") format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Ancizar Sans';
    font-weight: normal;
    font-style: italic;
    src: url("../fonts/ancizarsans-italic.woff") format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Ancizar Sans';
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/ancizarsans-regular.woff") format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Ancizar Serif';
    font-weight: bold;
    font-style: italic;
    src: url("../fonts/ancizarserif-bold-italic.woff") format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Ancizar Serif';
    font-weight: bold;
    font-style: normal;
    src: url("../fonts/ancizarserif-bold.woff") format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Ancizar Serif';
    font-weight: normal;
    font-style: italic;
    src: url("../fonts/ancizarserif-italic.woff") format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Ancizar Serif';
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/ancizarserif-regular.woff") format('woff');
    font-display: swap;
}
