@font-face {
    font-family: 'NeoSansStd';
    src: url('../fonts/neo-sans-std.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NeoSansStd';
    src: url('../fonts/neo-sans-std-medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NeoSansStd';
    src: url('../fonts/neo-sans-std-black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

