@charset "UTF-8";

/* ===================================================================
   font2026.css — 동대문구 열린구청장실 2026 메인 폰트 정의
   - Paperlogy (페이퍼로지) — designdeb 제작, noonnu.cc 배포
   - 폰트 파일: /site/chief/font/Paperlogy-*.woff2 (woff 폴백)
   - 5단계 weight (200/300/400/500/600) — 운영 chief 톤 호환
   - CDN 사용 금지 (사내 정책) — 로컬 호스팅만 사용
   =================================================================== */

/* 200 — ExtraLight */
@font-face {
    font-family: 'Paperlogy';
    font-weight: 200;
    font-style: normal;
    font-display: swap;
    src: url('/site/chief/font/Paperlogy-2ExtraLight.woff2') format('woff2'),
         url('/site/chief/font/Paperlogy-2ExtraLight.woff') format('woff');
}

/* 300 — Light */
@font-face {
    font-family: 'Paperlogy';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('/site/chief/font/Paperlogy-3Light.woff2') format('woff2'),
         url('/site/chief/font/Paperlogy-3Light.woff') format('woff');
}

/* 400 — Regular (본문) */
@font-face {
    font-family: 'Paperlogy';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('/site/chief/font/Paperlogy-4Regular.woff2') format('woff2'),
         url('/site/chief/font/Paperlogy-4Regular.woff') format('woff');
}

/* 500 — Medium */
@font-face {
    font-family: 'Paperlogy';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('/site/chief/font/Paperlogy-5Medium.woff2') format('woff2'),
         url('/site/chief/font/Paperlogy-5Medium.woff') format('woff');
}

/* 600 — SemiBold (헤딩) */
@font-face {
    font-family: 'Paperlogy';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url('/site/chief/font/Paperlogy-6SemiBold.woff2') format('woff2'),
         url('/site/chief/font/Paperlogy-6SemiBold.woff') format('woff');
}
