/* Pretendard */
@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-style: normal;
	src: local('Pretendard Light'),
		url('/pubWeek/css/font/Pretendard-Light.woff2') format('woff2');
	font-display: swap;
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-style: normal;
	src: local('Pretendard Regular'),
		url('/pubWeek/css/font/Pretendard-Regular.woff2') format('woff2');
	font-display: swap;
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-style: normal;
	src: local('Pretendard Medium'),
		url('/pubWeek/css/font/Pretendard-Medium.woff2') format('woff2');
	font-display: swap;
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-style: normal;
	src: local('Pretendard SemiBold'),
		url('/pubWeek/css/font/Pretendard-SemiBold.woff2') format('woff2');
	font-display: swap;
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-style: normal;
	src: local('Pretendard Bold'),
		url('/pubWeek/css/font/Pretendard-Bold.woff2') format('woff2');
	font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}