/* Pretendard 자체 호스팅 — CDN 대신 이 폴더의 woff2 파일을 직접 로드
   font/ 폴더에 있는 실제 파일(5종: Regular/Medium/SemiBold/Bold/ExtraBold)에 맞춰
   font-weight를 지정했습니다. styles.css에서는 font-family: 'Pretendard'와
   font-weight 숫자(400/500/600/700/800)만 지정하면 됩니다. */

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

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

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

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

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