/* Motion Studio - 셀프호스팅 한글 폰트 (이커머스 실무 단골 3종)
   원본 파일 무수정 탑재 — 라이선스: /assets/fonts/kr/LICENSE-NOTICE.txt
   브라우저는 해당 family가 실제 사용될 때만 파일을 내려받음(lazy) */

@font-face {
  font-family: 'Jalnan2';
  src: url('/assets/fonts/kr/Jalnan2.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Gmarket Sans';
  src: url('/assets/fonts/kr/GmarketSansLight.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Gmarket Sans';
  src: url('/assets/fonts/kr/GmarketSansMedium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Gmarket Sans';
  src: url('/assets/fonts/kr/GmarketSansBold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}

@font-face { font-family: 'S-Core Dream'; src: url('/assets/fonts/kr/SCDream1.otf') format('opentype'); font-weight: 100; font-display: swap; }
@font-face { font-family: 'S-Core Dream'; src: url('/assets/fonts/kr/SCDream2.otf') format('opentype'); font-weight: 200; font-display: swap; }
@font-face { font-family: 'S-Core Dream'; src: url('/assets/fonts/kr/SCDream3.otf') format('opentype'); font-weight: 300; font-display: swap; }
@font-face { font-family: 'S-Core Dream'; src: url('/assets/fonts/kr/SCDream4.otf') format('opentype'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'S-Core Dream'; src: url('/assets/fonts/kr/SCDream5.otf') format('opentype'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'S-Core Dream'; src: url('/assets/fonts/kr/SCDream6.otf') format('opentype'); font-weight: 600; font-display: swap; }
@font-face { font-family: 'S-Core Dream'; src: url('/assets/fonts/kr/SCDream7.otf') format('opentype'); font-weight: 700; font-display: swap; }
@font-face { font-family: 'S-Core Dream'; src: url('/assets/fonts/kr/SCDream8.otf') format('opentype'); font-weight: 800; font-display: swap; }
@font-face { font-family: 'S-Core Dream'; src: url('/assets/fonts/kr/SCDream9.otf') format('opentype'); font-weight: 900; font-display: swap; }
