/* ============================================================
   DBpia Design System — FONTS
   Pretendard — the primary face for all DBpia UI.
   Source: official CDN (WOFF2 subset, ~30KB/weight) so card iframes
   and downstream consumers resolve the webface fast without local files.

   NOTE: the host "brand fonts" detector only sees @font-face rules that
   are *inline* in each rendered HTML. Every card / ui-kit entry HTML in
   this system therefore repeats this same @font-face block inline. This
   file is what declares the webfont to the design-system compiler.
   ============================================================ */

@font-face {
  font-family: "Pretendard"; font-weight: 400; font-style: normal; font-display: swap;
  src: url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/woff2-subset/Pretendard-Regular.subset.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard"; font-weight: 500; font-style: normal; font-display: swap;
  src: url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/woff2-subset/Pretendard-Medium.subset.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard"; font-weight: 700; font-style: normal; font-display: swap;
  src: url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/woff2-subset/Pretendard-Bold.subset.woff2") format("woff2");
}
