@charset "UTF-8";
/* ─────────────────────────────────────────────────────────────────────
 *  시세표 에디터에서 고를 수 있는 글꼴 5가지
 *
 *  ■ 왜 이 파일이 필요한가요
 *      rb.fonts 안의 글꼴 CSS 들은 전부 이름이 'font-R' / 'font-B' 로
 *      똑같습니다. 테마에서 하나만 골라 쓰라고 만들어진 구조라, 그대로는
 *      다섯 글꼴을 동시에 쓸 수 없습니다.
 *      그래서 여기서 글꼴마다 서로 다른 이름을 붙여 다시 등록합니다.
 *      (글꼴 파일은 원래 있던 것을 그대로 씁니다 — 새로 올릴 파일 없음)
 *
 *  ■ 어디에서 불러오나요
 *      1) 에디터 껍데기      SmartEditor2Skin_rb.html
 *      2) 글 쓰는 칸 안쪽    write.skin.php 가 넣어 줍니다
 *      3) 판매점 상세페이지  view.skin.php
 *      세 곳 모두 있어야 "쓸 때 모습 = 올라간 모습" 이 됩니다.
 *
 *  ■ 글꼴을 더 넣으려면
 *      rb.fonts 에 폴더를 올리고 아래 형식으로 한 벌 더 적은 뒤,
 *      SmartEditor2Skin_rb.html 의 글꼴 목록에도 한 줄 추가하면 됩니다.
 * ───────────────────────────────────────────────────────────────────── */

/* ── Pretendard ─────────────────────────────────────────────────────── */
@font-face {
    font-family: 'Pretendard';
    src: url('Pretendard/woff2/Pretendard-Regular.woff2') format('woff2'),
         url('Pretendard/woff/Pretendard-Regular.woff') format('woff');
    font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('Pretendard/woff2/Pretendard-Bold.woff2') format('woff2'),
         url('Pretendard/woff/Pretendard-Bold.woff') format('woff');
    font-weight: 700; font-style: normal; font-display: swap;
}

/* ── Paperlogy ──────────────────────────────────────────────────────── */
@font-face {
    font-family: 'Paperlogy';
    src: url('Paperlogy/Paperlogy-4Regular.woff2') format('woff2'),
         url('Paperlogy/Paperlogy-4Regular.woff') format('woff');
    font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'Paperlogy';
    src: url('Paperlogy/Paperlogy-7Bold.woff2') format('woff2'),
         url('Paperlogy/Paperlogy-7Bold.woff') format('woff');
    font-weight: 700; font-style: normal; font-display: swap;
}

/* ── GmarketSans ────────────────────────────────────────────────────── */
@font-face {
    font-family: 'GmarketSans';
    src: url('GmarketSans/GmarketSansTTFMedium.ttf') format('truetype');
    font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'GmarketSans';
    src: url('GmarketSans/GmarketSansTTFBold.ttf') format('truetype');
    font-weight: 700; font-style: normal; font-display: swap;
}

/* ── NEXON Lv1 Gothic ───────────────────────────────────────────────── */
@font-face {
    font-family: 'NEXON Lv1 Gothic';
    src: url('NEXON%20Lv1%20Gothic/NEXONLv1GothicRegular.ttf') format('truetype');
    font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'NEXON Lv1 Gothic';
    src: url('NEXON%20Lv1%20Gothic/NEXONLv1GothicBold.ttf') format('truetype');
    font-weight: 700; font-style: normal; font-display: swap;
}

/* ── NEXON Lv2 Gothic ───────────────────────────────────────────────── */
@font-face {
    font-family: 'NEXON Lv2 Gothic';
    src: url('NEXON%20Lv2%20Gothic/NEXON%20Lv2%20Gothic.ttf') format('truetype');
    font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'NEXON Lv2 Gothic';
    src: url('NEXON%20Lv2%20Gothic/NEXON%20Lv2%20Gothic%20Bold.ttf') format('truetype');
    font-weight: 700; font-style: normal; font-display: swap;
}
