/* =============================================================
 * 폰트 @font-face 정의 — GyeonggiMillenniumTitle (Display 폰트)
 *
 * 단일 진입점은 inc/fonts.php.
 * 호스팅 전환 시 inc/fonts.php 와 이 파일을 함께 수정.
 * DESIGN-TOKENS.md §2.1-1 참고.
 *
 * 현재 모드: jsdelivr CDN
 * 사용 weight (시안 기준): 500 / 700  (Light 300 은 미사용, 향후 대비 등록)
 * ============================================================= */

@font-face {
    font-family: 'GyeonggiMillenniumTitle';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2410-3@1.0/Title_Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'GyeonggiMillenniumTitle';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2410-3@1.0/Title_Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'GyeonggiMillenniumTitle';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2410-3@1.0/Title_Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

/* -----------------------------------------------------------------
 * 셀프호스팅 전환 시:
 *   - 위 url(...) 을 url('../fonts/gyeonggi-title-{weight}.woff2') format('woff2') 로 교체.
 *   - 같은 파일에 Pretendard @font-face 도 함께 추가
 *     (현재는 inc/fonts.php 에서 jsdelivr stylesheet 로 별도 enqueue 중).
 * ----------------------------------------------------------------- */
