@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');
}


/*
	*** Montserrat ***
*/
@font-face {
    font-family:'MontserratR';
    src:url('../fonts/Montserrat-Regular.woff') format('woff');
}

@font-face {
    font-family:'MontserratSB';
    src:url('../fonts/Roboto-SemiBold.woff') format('woff');
}

/*
	*** Roboto ***
*/
@font-face {
    font-family:'RobotoL';
    src:url('../fonts/Roboto-Light.woff') format('woff');
}

@font-face {
    font-family:'RobotoR';
    src:url('../fonts/Roboto-Regular.woff') format('woff');
}

@font-face {
    font-family:'RobotoSB';
    src:url('../fonts/Roboto-SemiBold.woff') format('woff');
}
