@font-face {
    font-family: 'Neo Sans Pro';
    src: url('../fonts/NeoSansPro-Black.eot');
    src: url('../fonts/NeoSansPro-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NeoSansPro-Black.woff2') format('woff2'),
        url('../fonts/NeoSansPro-Black.woff') format('woff'),
        url('../fonts/NeoSansPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neo Sans Pro';
    src: url('../fonts/NeoSansPro-Bold.eot');
    src: url('../fonts/NeoSansPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NeoSansPro-Bold.woff2') format('woff2'),
        url('../fonts/NeoSansPro-Bold.woff') format('woff'),
        url('../fonts/NeoSansPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neo Sans Pro';
    src: url('../fonts/NeoSansPro-Regular.eot');
    src: url('../fonts/NeoSansPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NeoSansPro-Regular.woff2') format('woff2'),
        url('../fonts/NeoSansPro-Regular.woff') format('woff'),
        url('../fonts/NeoSansPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ageragothic-Black';
    src: url('../fonts/ageragothic-black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ageragothic-Regular';
    src: url('../fonts/ageragothic-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}