/* ============================================================
   Solid_template webfonts (v87 정리본)
   - 본문/제목 공통: Pretendard Variable (100~900 한 파일, 2.0MB)
   - 장식용 유지: Abril Fatface(숫자·영문 타이틀), bb(Binggrae, 메인 섹션)
   - 제거: Open Sans, Noto Sans KR 로컬 파일(이름은 폴백용으로 스택에만 유지),
           S-CoreDream, Paperlogy, Cafe24, HSSummer, Swagger, /font 중복 폴더
   - 아이콘 폰트(FontAwesome, xeicon)는 각자 css 에서 로드 (여기서 다루지 않음)
   ============================================================ */

@font-face{
	font-family:'Pretendard';
	font-weight:45 920;
	font-style:normal;
	font-display:swap;
	src:local('Pretendard Variable'), url('../webfonts/pretendard/PretendardVariable.woff2') format('woff2-variations'), url('../webfonts/pretendard/PretendardVariable.woff2') format('woff2');
}

/* Abril Fatface — 메인/서브 영문 장식 타이틀 */
@font-face{
	font-family:'Abril Fatface';
	font-style:normal;
	font-weight:400;
	font-display:swap;
	src:url('../webfonts/AB/abril-fatface-v11-latin-ext_latin-regular.woff2') format('woff2'),
	    url('../webfonts/AB/abril-fatface-v11-latin-ext_latin-regular.woff') format('woff');
}

/* bb — Binggrae Bold, 메인 섹션 타이틀 */
@font-face{
	font-family:'bb';
	font-style:normal;
	font-weight:400;
	font-display:swap;
	src:url('../webfonts/BB/Binggrae-Bold.woff2') format('woff2'),
	    url('../webfonts/BB/Binggrae-Bold.woff') format('woff');
}

/* ------------------------------------------------------------
   Cafe24 Shiningstar — 서명(인사말 회장 이름) 전용 필기체.
   v87 정리 때 함께 제거됐으나 인사말 페이지(.sign_box span, .ceo_name)가
   이 서체를 쓰고 있어 서명이 기본 고딕으로 표시되던 것 → 선언만 복구.
   용량 2MB 로 크므로 font-display:swap + 서명에만 사용할 것.
   ------------------------------------------------------------ */
@font-face{
	font-family:'Cafe24Shiningstar';
	font-weight:normal;
	font-style:normal;
	font-display:swap;
	src:url('../webfonts/S-Core/Cafe24Shiningstar.woff') format('woff');
}
