@font-face {
    font-family: 'Conv_Whitney-Book-Pro';
    src: url("/assets../fonts/Whitney_Pro/Whitney-Book-Pro.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_Whitney-Medium-Pro';
    src: url("/assets../fonts/Whitney_Pro/Whitney-Medium-Pro.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_Whitney-Light-Pro';
    src: url("/assets../fonts/Whitney_Pro/Whitney-Light-Pro.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_Whitney-Semibld-Pro';
    src: url("/assets../fonts/Whitney_Pro/Whitney-Semibld-Pro.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
/*2020-10-28 ESAS0046 - AY*/
/*Change font file source from otf (opentype) to ttf (truetype) */
@font-face {
    font-family: 'NotoSansSC-Regular';
    src: url('/assets../fonts/NotoSansSC/NotoSansSC-Regular.ttf') format('truetype');
    /*src: url("/assets../fonts/NotoSansSC/NotoSansSC-Regular.otf") format("opentype");*/
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansSC-Light';
    src: url('/assets../fonts/NotoSansSC/NotoSansSC-Light.ttf') format('truetype');
    /*src: url("/assets../fonts/NotoSansSC/NotoSansSC-Light.otf") format("opentype");*/
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSansSC-Medium';
    src: url('/assets../fonts/NotoSansSC/NotoSansSC-Medium.ttf') format('truetype');
    /*src: url("/assets../fonts/NotoSansSC/NotoSansSC-Medium.otf") format("opentype");*/
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSansSC-Regular';
    src: url('/assets../fonts/NotoSansSC/NotoSansSC-Regular.ttf') format('truetype');
    /*src:url("/assets../fonts/NotoSansSC/NotoSansSC-Regular.otf") format("opentype");*/
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSansSC-Black';
    src: url('/assets../fonts/NotoSansSC/NotoSansSC-Black.ttf') format('truetype');
    /*src:url("/assets../fonts/NotoSansSC/NotoSansSC-Black.otf") format("opentype");*/
    font-weight: normal;
    font-style: normal;
}