@charset "utf-8";

@font-face {
	font-family: 'GongGothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicLight.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
	font-family: 'GongGothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff') format('woff');
    font-weight: 600;
    font-display: swap;
}

@font-face {
	font-family: 'GongGothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicBold.woff') format('woff');
    font-weight: 900;
    font-display: swap;
}

/* 공체(고딕) */
@font-face {
	font-family: 'GongGothic';
	font-weight: 300;
	src: url('/font/jbsports/Gong-Gothic\ Light.otf') format('otf'),
	url('/font/jbsports/Gong-Gothic\ Light.ttf') format('ttf'),
	url('/font/jbsports/Gong-Gothic\ Light.woff2') format('woff2'),
	url('/font/jbsports/Gong-Gothic\ Light.woff') format('woff');
}
@font-face {
	font-family: 'GongGothic';
	font-weight: 600;
	src: url('/font/jbsports/Gong-Gothic\ Medium.otf') format('otf'),
	url('/font/jbsports/Gong-Gothic\ Medium.ttf') format('ttf'),
	url('/font/jbsports/Gong-Gothic\ Medium.woff2') format('woff2'),
	url('/font/jbsports/Gong-Gothic\ Medium.woff') format('woff');
}
@font-face {
	font-family: 'GongGothic';
	font-weight: 900;
	src: url('/font/jbsports/Gong-Gothic\ Bold.otf') format('otf'),
	url('/font/jbsports/Gong-Gothic\ Bold.ttf') format('ttf'),
	url('/font/jbsports/Gong-Gothic\ Bold.woff2') format('woff2'),
	url('/font/jbsports/Gong-Gothic\ Bold.woff') format('woff');
}

/* 프리텐다드 */
@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: swap;
	src: local('Pretendard Black'),
  url('/font/jbsports/Pretendard-Black.woff2') format('woff2'), 
  url('/font/jbsports/Pretendard-Black.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard ExtraBold'),
  url('/font/jbsports/Pretendard-ExtraBold.woff2') format('woff2'), 
  url('/font/jbsports/Pretendard-ExtraBold.woff') format('woff');
}

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

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'),
  url('/font/jbsports/Pretendard-SemiBold.woff2') format('woff2'), 
  url('/font/jbsports/Pretendard-SemiBold.woff') format('woff');
}

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

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

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'),
  url('/font/jbsports/Pretendard-Light.woff2') format('woff2'), 
  url('/font/jbsports/Pretendard-Light.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: local('Pretendard ExtraLight'),
  url('/font/jbsports/Pretendard-ExtraLight.woff2') format('woff2'), 
  url('/font/jbsports/Pretendard-ExtraLight.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: local('Pretendard Thin'),
  url('/font/jbsports/Pretendard-Thin.woff2') format('woff2'), 
  url('/font/jbsports/Pretendard-Thin.woff') format('woff');
}                                                          