@charset "utf-8";

/* ******************* *
* Pretendard Font
* 라이센스출처: https://github.com/orioncactus/pretendard
* font-weight:  500(Medium) / 600(SemiBold) / 700(Bold) 
* ******************* */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900');

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-style: normal;
	/*font-display: swap;*/
	src: url(../../../../resource/cw_farm/fonts/Pretendard-Thin.woff) format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-style: normal;
	/*font-display: swap;*/
	src: url(../../../../resource/cw_farm/fonts/Pretendard-Light.woff) format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-style: normal;
	/*font-display: swap;*/
	src: url(../../../../resource/cw_farm/fonts/Pretendard-Regular.woff) format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-style: normal;
	/*font-display: swap;*/
	src: url(../../../../resource/cw_farm/fonts/Pretendard-Medium.woff) format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-style: normal;
	/*font-display: swap;*/
	src: url(../../../../resource/cw_farm/fonts/Pretendard-SemiBold.woff) format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-style: normal;
	/*font-display: swap;*/
	src: url(../../../../resource/cw_farm/fonts/Pretendard-Bold.woff) format('woff');
}
@font-face {
    font-family: 'esamanru';
    font-style: normal;
    src: url('../../../../resource/cw_farm/fonts/esamanru-Light.ttf');
}

@font-face {
    font-family: 'esamanru_medium';
    font-style: normal;
    src: url('../../../../resource/cw_farm/fonts/esamanru-Medium.ttf');
}

@font-face {
	font-family: 'jalnan';
	font-style: normal;
	src: url('../../../../resource/cw_farm/fonts/Jalnan2.otf');
}

