/* fonts definitions */

@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/pretendard-medium.woff);
}


@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/pretendard-bold.woff);
}


@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 600;
	src: url(../fonts/pretendard-semi-bold.woff);
}


@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/pretendard-regular.woff);
}

