@font-face {
	font-family: 'Pretendard-Bold';
	font-weight: 700;
	font-display: swap;
	src: url('./Pretendard-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard-Medium';
	font-weight: 500;
	font-display: swap;
	src: url('./Pretendard-Medium.woff2') format('woff2');
}

@font-face {
	font-family: 'Pretendard-Regular';
	font-weight: 400;
	font-display: swap;
	src: url('./Pretendard-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'SUITE-Medium';
	font-weight: 500;
	src: url('./SUITE-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'SUITE-Bold';
	font-weight: 700;
	src: url('./SUITE-Bold.woff2') format('woff2');
}

@font-face {
	font-family: 'SUITE-Heavy';
	font-weight: 900;
	src: url('./SUITE-Heavy.woff2') format('woff2');
}

body {
	font-family: 'Pretendard-Regular', sans-serif;
}
