@charset "utf-8";

/* Regular */
@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-style: normal;
	src: url(../../font/orchestra/Pretendard-Regular.woff2) format('woff2'),
         url(../../font/orchestra/Pretendard-Regular.woff) format('woff');
}

/* Medium */
@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-style: normal;
	src: url(../../font/orchestra/Pretendard-Medium.woff2) format('woff2'),
         url(../../font/orchestra/Pretendard-Medium.woff) format('woff');
}

/* BoSemiBoldld */
@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-style: normal;
	src: url(../../font/orchestra/Pretendard-SemiBold.woff2) format('woff2'),
         url(../../font/orchestra/Pretendard-SemiBold.woff) format('woff');
}

/* Bold */
@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-style: normal;
	src: url(../../font/orchestra/Pretendard-Bold.woff2) format('woff2'),
         url(../../font/orchestra/Pretendard-Bold.woff) format('woff');
}

/* ExtraBold */
@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-style: normal;
	src: url(../../font/orchestra/Pretendard-ExtraBold.woff2) format('woff2'),
         url(../../font/orchestra/Pretendard-ExtraBold.woff) format('woff');
}