/* Pretendard — soma/brand/DESIGN.md 정본 폰트.
   soma/brand/fonts/Pretendard-*.otf 를 KS X 1001 상용 한글 2,350자 + 라틴으로
   서브셋한 것이다 (4.7MB → 595KB). 직접 고치지 않는다 — 다시 만들려면 README 참고.

   상용 밖 음절(드문 이름, 옛한글)은 폴백 서체로 렌더된다. DESIGN.md 의 폴백 사슬:
   Pretendard Variable → Pretendard → Apple SD Gothic Neo → Noto Sans KR */

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/Pretendard-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/Pretendard-SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/Pretendard-Bold.woff2') format('woff2');
}
