/* font-family: "Vollkorn", serif; */
@import url('https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,400..900;1,400..900&display=swap');

/* font-family: 'Pretendard Variable'; */
@font-face {
	font-family: 'Pretendard Variable';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: url('../font/PretendardVariable.woff2') format('woff2-variations');
}

/* font-family: 'BareunBold'; */
@font-face {
	font-family: 'BareunBold';
	font-weight: 700;
	font-style: normal;
	src: url('../font/BareunBold.woff') format('woff');
}

/* font-family: 'BareunLight'; */
@font-face {
	font-family: 'BareunLight';
	font-weight: 300;
	font-style: normal;
	src: url('../font/BareunLight.woff') format('woff1');
}