@font-face {
    font-family: "NeoSansStd-Regular";
    src:url("NeoSansStd-Regular.otf") format("otf"),
        url("NeoSansStd-Regular.ttf") format("truetype"),
        url("NeoSansStd-Regular.woff") format("woff"),
        url("NeoSansStd-Regular.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "NeoSansStd-Bold";
    src:url("NeoSansStd-Bold.otf") format("otf"),
        url("NeoSansStd-Bold.ttf") format("truetype"),
        url("NeoSansStd-Bold.woff") format("woff"),
        url("NeoSansStd-Bold.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "NeoSansStd-Light";
    src:url("NeoSansStd-Light.otf") format("otf"),
        url("NeoSansStd-Light.ttf") format("truetype"),
        url("NeoSansStd-Light.woff") format("woff"),
        url("NeoSansStd-Light.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
}