/* 파츠고 공통 서체 — Pretendard 자체 호스팅 (2026-08-11 PM 확정)
   외부 CDN을 쓰지 않는다: 결제·개인정보 화면이 외부 요청을 만들지 않게. */
@font-face{font-family:'Pretendard';font-style:normal;font-weight:400;font-display:swap;
  src:url('/brand-assets/fonts/Pretendard-Regular.woff2') format('woff2')}
@font-face{font-family:'Pretendard';font-style:normal;font-weight:500;font-display:swap;
  src:url('/brand-assets/fonts/Pretendard-Medium.woff2') format('woff2')}
@font-face{font-family:'Pretendard';font-style:normal;font-weight:600;font-display:swap;
  src:url('/brand-assets/fonts/Pretendard-SemiBold.woff2') format('woff2')}
@font-face{font-family:'Pretendard';font-style:normal;font-weight:700;font-display:swap;
  src:url('/brand-assets/fonts/Pretendard-Bold.woff2') format('woff2')}
/* 800(font-extrabold)은 별도 파일을 두지 않는다 — 사용처 5곳뿐이라 700으로 합성된다. */

/* 폴백 스택: Pretendard 실패 시에도 한글이 깨지지 않는 순서 */
:root{
  --font-partsgo: 'Pretendard', 'Apple SD Gothic Neo', 'Malgun Gothic',
                  -apple-system, BlinkMacSystemFont, 'Noto Sans KR', sans-serif;
}
