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


/* Libre Baskerville 기본 */
@font-face {
	font-family: "Libre Baskerville";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("../fonts/LibreBaskerville-VariableFont_wght.ttf") format("truetype");
}


/* Libre Baskerville 기울임 */
@font-face {
	font-family: "Libre Baskerville";
	font-style: italic;
	font-weight: 400 700;
	font-display: swap;
	src: url("../fonts/LibreBaskerville-Italic-VariableFont_wght.ttf") format("truetype");
}


/* 기본 폰트 */
html,
body,
button,
input,
select,
textarea {
	font-family:
		"Pretendard Variable",
		Pretendard,
		-apple-system,
		BlinkMacSystemFont,
		"Apple SD Gothic Neo",
		"Segoe UI",
		"Malgun Gothic",
		sans-serif;
}