@charset "utf-8";
/* ============================================================
   [폰트 중앙 관리] Paperlogy 단일 폰트
   - 이 파일 한 곳에서만 폰트를 관리합니다.
   - 폰트를 바꾸려면 아래 @font-face 의 src 와
     :root --mm-font / body font-family 만 수정하세요.
   - 다른 CSS/HTML 에는 @font-face 를 두지 않습니다.
   ============================================================ */

/* ── Paperlogy (woff2) ───────────────────────────────────── */
@font-face{
  font-family:'Paperlogy';
  src:url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Paperlogy';
  src:url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
  font-weight:500; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Paperlogy';
  src:url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
  font-weight:600; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Paperlogy';
  src:url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
  font-weight:700; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Paperlogy';
  src:url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
  font-weight:800; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Paperlogy';
  src:url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
  font-weight:900; font-style:normal; font-display:swap;
}

/* ── 전역 폰트 변수 + 전체 적용 ──────────────────────────── */
:root{ --mm-font:'Paperlogy', sans-serif; }

html, body,
input, button, textarea, select, optgroup,
table, th, td, h1, h2, h3, h4, h5, h6, p, a, span, li, div, em, strong, label {
  font-family:'Paperlogy', sans-serif !important;
}
