@font-face {
    font-family: 'Neo Sans Std';
    src: 
        url('neosansstd-regular.woff2') format('woff2'),
        url('neosansstd-regular.woff') format('woff');
    font-weight: 400;  
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neo Sans Std';
    src: 
        url('neosansstd-bold.woff2') format('woff2'),
        url('neosansstd-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neo Sans Std';
    src: 
        url('neosansstd-italic.woff2') format('woff2'),
        url('neosansstd-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neo Sans Std';
    src: 
        url('neosansstd-light.woff2') format('woff2'),
        url('neosansstd-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
