/*
 * 알파칩스 사용자 웹폰트 경로 보정 (개발자 소유, 퍼블리셔 납품물 아님) - 2026.09.12 SIK508
 * 퍼블리셔 common.css의 @font-face가 퍼블리싱 서버 경로(/alphachips/user/assets/font/...)를 참조해
 * ROOT 배포 CMS에서는 Pretendard가 로드되지 않는다. 같은 family/weight를 올바른 경로(/user/assets/font/...)로
 * 다시 선언해 common.css 다음에 include한다. 퍼블리셔가 경로를 수정해 재납품하면 이 파일과 css.jsp의 include를 제거한다.
 */
@font-face{font-family:"Pretendard";font-display:swap;font-weight:800;src:url("/user/assets/font/pretendard/Pretendard-ExtraBold.woff2") format("woff2"),url("/user/assets/font/pretendard/Pretendard-ExtraBold.woff") format("woff")}
@font-face{font-family:"Pretendard";font-display:swap;font-weight:700;src:url("/user/assets/font/pretendard/Pretendard-Bold.woff2") format("woff2"),url("/user/assets/font/pretendard/Pretendard-Bold.woff") format("woff")}
@font-face{font-family:"Pretendard";font-display:swap;font-weight:600;src:url("/user/assets/font/pretendard/Pretendard-SemiBold.woff2") format("woff2"),url("/user/assets/font/pretendard/Pretendard-SemiBold.woff") format("woff")}
@font-face{font-family:"Pretendard";font-display:swap;font-weight:500;src:url("/user/assets/font/pretendard/Pretendard-Medium.woff2") format("woff2"),url("/user/assets/font/pretendard/Pretendard-Medium.woff") format("woff")}
@font-face{font-family:"Pretendard";font-display:swap;font-weight:400;src:url("/user/assets/font/pretendard/Pretendard-Regular.woff2") format("woff2"),url("/user/assets/font/pretendard/Pretendard-Regular.woff") format("woff")}
@font-face{font-family:"Pretendard";font-display:swap;font-weight:300;src:url("/user/assets/font/pretendard/Pretendard-Light.woff2") format("woff2"),url("/user/assets/font/pretendard/Pretendard-Light.woff") format("woff")}
