@charset "utf-8";

/*
	*** Pretendard ***
*/
@font-face {
    font-family:'PretendardT';
    src:url('../fonts/Pretendard-Thin.woff') format('woff');
}
@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:'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:'PretendardSB';
    src:url('../fonts/Pretendard-SemiBold.woff') format('woff');
}

/*
	*** Poppoins ***
*/

@font-face {
    font-family:'PoppinsM';
    src:url('../fonts/Poppins-Medium.woff') format('woff');
}
@font-face {
    font-family:'PoppinsSB';
    src:url('../fonts/Poppins-SemiBold.woff') format('woff');
}

/*
	*** Noto ***
*/
@font-face {
    font-family:'NotoSerifM';
    src:url('../fonts/NotoSerifKR-Medium.woff') format('woff');
}
@font-face {
    font-family:'NotoSansR';
    src:url('../fonts/NotoSansKR-Regular.woff') format('woff');
}
@font-face {
    font-family:'NotoSansB';
    src:url('../fonts/NotoSansKR-Bold.woff') format('woff');
}