/* Pretendar 폰트 패밀리 */
@font-face {
  font-family: 'Pretendard';
  src: url('./Pretendard-Thin.subset.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Pretendard';
  src: url('./Pretendard-ExtraLight.subset.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Pretendard';
  src: url('./Pretendard-Light.subset.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

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

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

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

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

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

@font-face {
  font-family: 'Pretendard';
  src: url('./Pretendard-Black.subset.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: block;
}
