/*
    *** NPSfont
*/
@font-face {
    font-family: "NPSfontR";
    src:url(../fonts/NPSfont_regular.woff) format("woff");
}
@font-face {
    font-family: "NPSfontB";
    src:url(../fonts/NPSfont_bold.woff) format("woff");
}
@font-face {
    font-family: "NPSfontEB";
    src:url(../fonts/NPSfont_extrabold.woff) format("woff");
}

/*
    *** Pretendard
*/
@font-face {
    font-family: "PretendardL";
    src:url(../fonts/Pretendard-Light.woff) format("woff");
}
@font-face {
    font-family: "PretendardR";
    src:url(../fonts/Pretendard-Regular.woff) format("woff");
}
@font-face {
    font-family: "PretendardM";
    src:url(../fonts/Pretendard-Medium.woff) format("woff");
}
@font-face {
    font-family: "PretendardSB";
    src:url(../fonts/Pretendard-SemiBold.woff) format("woff");
}
@font-face {
    font-family: "PretendardB";
    src:url(../fonts/Pretendard-Bold.woff) format("woff");
}
@font-face {
    font-family: "PretendardBlk";
    src:url(../fonts/Pretendard-Black.woff) format("woff");
}
@font-face {
    font-family: "PretendardEB";
    src:url(../fonts/Pretendard-ExtraBold.woff) format("woff");
}