@font-face {
	font-family: 'pretendard';
	font-style: normal;
	src:
		url('/fonts/PretendardStd-Regular.woff2') format('woff2'),
		url('/fonts/PretendardStd-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'sourceserif';
	font-style: normal;
	src:
		url('/fonts/SourceSerif4-Regular.otf.woff2') format('woff2'),
		url('/fonts/SourceSerif4-Regular.otf.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'sourceserifitalic';
	font-style: italic;
	src:
		url('/fonts/SourceSerif4-It.otf.woff2') format('woff2'),
		url('/fonts/SourceSerif4-It.otf.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'pretendardlight';
	font-style: light;
	src: url('/fonts/Pretendard-Light.woff2') format('woff2');
	font-weight: light;
	font-display: swap;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
