@charset "utf-8";

/* Pretendard */
/* Regular */
@font-face {
	font-family: 'Pretendard GOV';
	font-weight: 400;
	font-style: normal;
	src: url('../font/PretendardGOV-Regular.woff2') format('woff2'),
		 url('../font/PretendardGOV-Regular.woff') format('woff');
}

/* Bold */
@font-face {
	font-family: 'Pretendard GOV';
	font-weight: 700;
	font-style: normal;
	src: url('../font/PretendardGOV-Bold.woff2') format('woff2'),
		 url('../font/PretendardGOV-Bold.woff') format('woff');
}



/* Arte Basic */
@font-face {
	font-family: 'ArteBasic';
	font-weight: 400;
	font-style: normal;
	src: url('../font/ArteBasic-Regular.woff2') format('woff2'),
		 url('../font/ArteBasic-Regular.woff') format('woff');
}