@import url('./marwan-cufonfonts-webfont/style.css');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
/* font-family: 'Noto Sans KR', sans-serif; */

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: 'Raleway', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Play&display=swap');
/* font-family: 'Play', sans-serif; */

@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: url('./Pretendard/woff/Pretendard-Regular.woff') format('woff2'),
        url('./Pretendard/woff2/Pretendard-Regular.woff2') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: url('./Pretendard/woff/Pretendard-Thin.woff') format('woff2'),
        url('./Pretendard/woff2/Pretendard-Thin.woff2') format('woff');
}

/* 에필로그 */
@font-face {
	font-family: 'epilogue';
    src: url('./epilogue/epilogueB.woff2') format('woff2'),
        url('./epilogue/epilogueB.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'epilogue';
    src: url('./epilogue/epilogueR.woff2') format('woff2'),
        url('./epilogue/epilogueR.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* 현대하모니 */
@font-face {
	font-family: 'HDharmony';
    src: url('./HDharmony/HDharmonyB.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'HDharmony';
    src: url('./HDharmony/HDharmonyM.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'HDharmony';
    src: url('./HDharmony/HDharmonyL.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Line Seed */
@font-face {
	font-family: 'LineSeedKR';
    src: url('./LineSeedKR/LINESeedKR-Bd.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'LineSeedKR';
    src: url('./LineSeedKR/LINESeedKR-Rg.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'LineSeedKR';
    src: url('./LineSeedKR/LINESeedKR-Th.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}