/* ==========================================================
   영상용 한글 글꼴 — 상업 이용 가능한 것만 직접 담아 쓴다.
     · Pretendard   (SIL OFL) — 기본 글꼴. 본문·제목 공통
     · GmarketSans  (지마켓 무료 상업용) — 굵고 각진 인상이 필요한 레퍼런스에 쓴다
     · Noto Sans KR (SIL OFL) — 시스템 설치본을 쓴다(윈도우 기본 포함)
   ⚠️ 렌더 워커도 이 페이지를 그대로 열기 때문에 여기 없는 글꼴은 영상에 안 나온다.
   ========================================================== */
@font-face{font-family:'Pretendard';font-weight:400;font-style:normal;font-display:swap;
  src:local('Pretendard Regular'),url('fonts/Pretendard-Regular.woff2') format('woff2')}
@font-face{font-family:'Pretendard';font-weight:700;font-style:normal;font-display:swap;
  src:local('Pretendard Bold'),url('fonts/Pretendard-Bold.woff2') format('woff2')}
@font-face{font-family:'Pretendard';font-weight:800;font-style:normal;font-display:swap;
  src:local('Pretendard ExtraBold'),url('fonts/Pretendard-ExtraBold.woff2') format('woff2')}
@font-face{font-family:'Pretendard';font-weight:900;font-style:normal;font-display:swap;
  src:local('Pretendard Black'),url('fonts/Pretendard-Black.woff2') format('woff2')}

@font-face{font-family:'GmarketSans';font-weight:500;font-style:normal;font-display:swap;
  src:url('fonts/GmarketSansMedium.woff') format('woff')}
@font-face{font-family:'GmarketSans';font-weight:700;font-style:normal;font-display:swap;
  src:url('fonts/GmarketSansBold.woff') format('woff')}
/* 900 요청도 Bold 로 받는다 — 지마켓산스는 Bold 가 가장 굵다 */
@font-face{font-family:'GmarketSans';font-weight:800 900;font-style:normal;font-display:swap;
  src:url('fonts/GmarketSansBold.woff') format('woff')}
