/**

 * Pretendard 웹폰트 (NOL·야놀자 계열 UI 기준)

 * - font-display: swap

 * - woff2 (jsDelivr · orioncactus/pretendard)

 */

@font-face {

    font-family: "Pretendard";

    font-weight: 400;

    font-display: swap;

    src: url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/packages/pretendard/dist/web/static/woff2/Pretendard-Regular.woff2") format("woff2");

}



@font-face {

    font-family: "Pretendard";

    font-weight: 500;

    font-display: swap;

    src: url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/packages/pretendard/dist/web/static/woff2/Pretendard-Medium.woff2") format("woff2");

}



@font-face {

    font-family: "Pretendard";

    font-weight: 600;

    font-display: swap;

    src: url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/packages/pretendard/dist/web/static/woff2/Pretendard-SemiBold.woff2") format("woff2");

}



@font-face {

    font-family: "Pretendard";

    font-weight: 700;

    font-display: swap;

    src: url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/packages/pretendard/dist/web/static/woff2/Pretendard-Bold.woff2") format("woff2");

}



@font-face {

    font-family: "Pretendard";

    font-weight: 800;

    font-display: swap;

    src: url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/packages/pretendard/dist/web/static/woff2/Pretendard-ExtraBold.woff2") format("woff2");

}


