/* Pretendard @font-face — 스크롤 아래 본문용. 히어로·네비는 시스템 폰트 고정 */
/* url() 은 이 파일 위치(<base>assets/) 기준 상대 경로로 둔다.
   public/ 아래 파일은 Nuxt 가 그대로 복사하므로 빌드 시 BASE 치환이 일어나지 않는다.
   절대 경로 /homepage_kor_dev/design2/dist/... 로 박혀 있어서 Tomcat 빌드에서는
   폰트 5개가 전부 404 였다(2026-09-07 확인). 상대 경로면 Apache·Tomcat 양쪽에서 맞는다. */
@font-face{font-family:Pretendard;font-weight:900;font-display:swap;src:local('Pretendard Black'),url(fonts/Pretendard-Black.woff2) format('woff2')}
@font-face{font-family:Pretendard;font-weight:800;font-display:swap;src:local('Pretendard ExtraBold'),url(fonts/Pretendard-ExtraBold.woff2) format('woff2')}
@font-face{font-family:Pretendard;font-weight:700;font-display:swap;src:local('Pretendard Bold'),url(fonts/Pretendard-Bold.woff2) format('woff2')}
@font-face{font-family:Pretendard;font-weight:600;font-display:swap;src:local('Pretendard SemiBold'),url(fonts/Pretendard-SemiBold.woff2) format('woff2')}
@font-face{font-family:Pretendard;font-weight:400;font-display:swap;src:local('Pretendard Regular'),url(fonts/Pretendard-Regular.woff2) format('woff2')}

/* ── Pretendard 전체 적용 ──────────────────────────────────────────────
   Nuxt prefetch가 주입하는 index.css의 Inter font-family를 !important로 차단.
   Pretendard가 로드되지 않은 경우 한국어 시스템 폰트로 폴백.              ── */
.nav{font-family:'Pretendard',-apple-system,BlinkMacSystemFont,'Apple SD Gothic Neo','Malgun Gothic','Noto Sans KR',sans-serif!important}
.ph-eyebrow,.ds-hero-eyebrow,
.ph-title,.ds-hero-title,
.ph-desc,.ds-hero-desc,
.ds-hero-sub{font-family:'Pretendard','Apple SD Gothic Neo','Malgun Gothic','Noto Sans KR',sans-serif!important}
body{font-family:'Pretendard',-apple-system,BlinkMacSystemFont,'Apple SD Gothic Neo','Malgun Gothic','Noto Sans KR',sans-serif!important}
