@font-face {
    font-family: 'NeoSansPro';
    src: url('../fonts/NeoSansPro-BoldItalic.woff2') format('woff2'),
         url('../fonts/NeoSansPro-BoldItalic.woff') format('woff'),
         url('../fonts/NeoSansPro-BoldItalic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'NeoSansPro';
    src: url('../fonts/NeoSansPro-BlackItalic.woff2') format('woff2'),
         url('../fonts/NeoSansPro-BlackItalic.woff') format('woff'),
         url('../fonts/NeoSansPro-BlackItalic.otf') format('opentype');
    font-weight: 900; /* Black es equivalente a un peso más alto */
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'NeoSansPro';
    src: url('../fonts/NeoSansPro-MediumItalic.woff2') format('woff2'),
         url('../fonts/NeoSansPro-MediumItalic.woff') format('woff'),
         url('../fonts/NeoSansPro-MediumItalic.otf') format('opentype');
    font-weight: 500; /* Medium es un peso intermedio */
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'NeoSansPro';
    src: url('../fonts/NeoSansPro-Italic.woff2') format('woff2'),
         url('../fonts/NeoSansPro-Italic.woff') format('woff'),
         url('../fonts/NeoSansPro-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'NeoSansPro';
    src: url('../fonts/NeoSansPro-Regular.woff2') format('woff2'),
         url('../fonts/NeoSansPro-Regular.woff') format('woff'),
         url('../fonts/NeoSansPro-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NeoSansPro';
    src: url('../fonts/NeoSansPro-Medium.woff2') format('woff2'),
         url('../fonts/NeoSansPro-Medium.woff') format('woff'),
         url('../fonts/NeoSansPro-Medium.otf') format('opentype');
    font-weight: 500; /* Medium es un peso intermedio */
    font-style: normal;
    font-display: swap;
}
