/* NeoSansPro */
@font-face {
    font-family: 'NeoSansPro';
    src: url('../fonts/NeoSansPro-Regular.ttf') format('truetype'),
         url('../fonts/NeoSansPro-Regular.OTF') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NeoSansPro';
    src: url('../fonts/NeoSansPro-Bold.ttf') format('truetype'),
         url('../fonts/NeoSansPro-Bold.OTF') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NeoSansPro';
    src: url('../fonts/NeoSansPro-Medium.ttf') format('truetype'),
         url('../fonts/NeoSansPro-Medium.OTF') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NeoSansPro';
    src: url('../fonts/NeoSansProBlack.OTF') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NeoSansPro';
    src: url('../fonts/NeoSansProBoldIt.OTF') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'NeoSansPro';
    src: url('../fonts/NeoSansProItalic.OTF') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'NeoSansPro';
    src: url('../fonts/NeoSansProLight.OTF') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NeoSansPro';
    src: url('../fonts/NeoSansProLightIt.OTF') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'NeoSansPro';
    src: url('../fonts/NeoSansProMedIt.OTF') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'NeoSansPro';
    src: url('../fonts/NeoSansProUltra.OTF') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}