/* Pretendard 굵기별 '명명 패밀리' — CKEditor 폰트 드롭다운 + 프로모션 배너 문구 렌더 공용.
 *
 * 배경: Pretendard 는 패밀리 1개(Pretendard) + 굵기(font-weight) 여러 개 구조라,
 *       CKEditor FontFamily(=font-family만 조작)로는 굵기를 못 고른다.
 *       그래서 굵기별로 별도 '이름'을 붙여(@font-face) 각각 정적 굵기 파일 1개에 연결한다.
 *       → 폰트 드롭다운에서 'Pretendard Bold' 를 고르면 font-family:'Pretendard Bold' 가 적용되고
 *         해당 이름은 Bold 굵기 파일로 렌더된다.
 *
 * font-weight: 1 1000 (범위 선언):
 *   프론트 배너 컨테이너(.promo_banner_title)가 font-weight:700 을 상속시키는데,
 *   각 면이 '모든 굵기를 커버'한다고 선언해두면 브라우저가 가짜 볼드(synthetic bold)를 합성하지 않고
 *   파일 그대로의 굵기를 쓴다. (정적 파일이라도 범위 선언 시 합성 억제)
 */
@font-face { font-family: 'Pretendard Thin';       font-style: normal; font-weight: 1 1000; font-display: swap; src: url('/fonts/Pretendard/web/static/woff2/Pretendard-Thin.woff2') format('woff2'),       url('/fonts/Pretendard/web/static/woff/Pretendard-Thin.woff') format('woff'); }
@font-face { font-family: 'Pretendard ExtraLight'; font-style: normal; font-weight: 1 1000; font-display: swap; src: url('/fonts/Pretendard/web/static/woff2/Pretendard-ExtraLight.woff2') format('woff2'), url('/fonts/Pretendard/web/static/woff/Pretendard-ExtraLight.woff') format('woff'); }
@font-face { font-family: 'Pretendard Light';       font-style: normal; font-weight: 1 1000; font-display: swap; src: url('/fonts/Pretendard/web/static/woff2/Pretendard-Light.woff2') format('woff2'),      url('/fonts/Pretendard/web/static/woff/Pretendard-Light.woff') format('woff'); }
@font-face { font-family: 'Pretendard Regular';     font-style: normal; font-weight: 1 1000; font-display: swap; src: url('/fonts/Pretendard/web/static/woff2/Pretendard-Regular.woff2') format('woff2'),    url('/fonts/Pretendard/web/static/woff/Pretendard-Regular.woff') format('woff'); }
@font-face { font-family: 'Pretendard Medium';      font-style: normal; font-weight: 1 1000; font-display: swap; src: url('/fonts/Pretendard/web/static/woff2/Pretendard-Medium.woff2') format('woff2'),     url('/fonts/Pretendard/web/static/woff/Pretendard-Medium.woff') format('woff'); }
@font-face { font-family: 'Pretendard SemiBold';    font-style: normal; font-weight: 1 1000; font-display: swap; src: url('/fonts/Pretendard/web/static/woff2/Pretendard-SemiBold.woff2') format('woff2'),   url('/fonts/Pretendard/web/static/woff/Pretendard-SemiBold.woff') format('woff'); }
@font-face { font-family: 'Pretendard Bold';        font-style: normal; font-weight: 1 1000; font-display: swap; src: url('/fonts/Pretendard/web/static/woff2/Pretendard-Bold.woff2') format('woff2'),       url('/fonts/Pretendard/web/static/woff/Pretendard-Bold.woff') format('woff'); }
@font-face { font-family: 'Pretendard ExtraBold';   font-style: normal; font-weight: 1 1000; font-display: swap; src: url('/fonts/Pretendard/web/static/woff2/Pretendard-ExtraBold.woff2') format('woff2'),  url('/fonts/Pretendard/web/static/woff/Pretendard-ExtraBold.woff') format('woff'); }
@font-face { font-family: 'Pretendard Black';       font-style: normal; font-weight: 1 1000; font-display: swap; src: url('/fonts/Pretendard/web/static/woff2/Pretendard-Black.woff2') format('woff2'),      url('/fonts/Pretendard/web/static/woff/Pretendard-Black.woff') format('woff'); }
