/* 티옴타 자체 호스팅 폰트 (외부 CDN 미사용) — Pretendard · Noto Serif KR */
@font-face {
  font-family: 'Pretendard';
  font-weight: 45 920;            /* variable */
  font-style: normal;
  font-display: swap;
  src: url('/fonts/PretendardVariable.woff2') format('woff2-variations');
}
@font-face {
  font-family: 'Pretendard Variable';
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/PretendardVariable.woff2') format('woff2-variations');
}
@font-face {
  font-family: 'Noto Serif KR';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/NotoSerifKR-latin-400.woff2') format('woff2'),
       url('/fonts/NotoSerifKR-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Serif KR';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/NotoSerifKR-700.woff2') format('woff2');
}
