/* Pretendard — Korean subset, 4 weights only (self-hosted, same-origin).
 * Saves ~1MB vs full pretendard.min.css and eliminates CDN DNS/TLS hop.
 * Source: orioncactus/pretendard v1.3.9 (SIL OFL 1.1).
 */

@font-face {
  font-family: 'Pretendard';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local('Pretendard Regular'),
       url('./Pretendard-Regular.subset.woff2') format('woff2');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local('Pretendard Medium'),
       url('./Pretendard-Medium.subset.woff2') format('woff2');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: local('Pretendard SemiBold'),
       url('./Pretendard-SemiBold.subset.woff2') format('woff2');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local('Pretendard Bold'),
       url('./Pretendard-Bold.subset.woff2') format('woff2');
}
