/* fonts.css — self-hosted Pretendard + Source Serif 4
 * Google Fonts CDN 의존 제거, SRI/버전 고정 강화 (P1-03).
 * 본문(Pretendard Variable, all weights) + 헤드라인(Source Serif 4 400/600/italic).
 */

@font-face {
  font-family: 'Pretendard';
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url('/assets/fonts/PretendardVariable.woff2') format('woff2-variations');
}

@font-face {
  font-family: 'Source Serif 4';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('/assets/fonts/source-serif-4-latin-400-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Source Serif 4';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('/assets/fonts/source-serif-4-latin-600-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Source Serif 4';
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url('/assets/fonts/source-serif-4-latin-400-italic.woff2') format('woff2');
}
