/* Pretendard */
@font-face {
  font-family: "Pretendard";
  src: url("../../fonts/Pretendard-Black.subset.woff2") format("woff2"),
       url("../../fonts/Pretendard-Black.subset.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../fonts/Pretendard-Bold.subset.woff2") format("woff2"),
       url("../../fonts/Pretendard-Bold.subset.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../fonts/Pretendard-ExtraBold.subset.woff2") format("woff2"),
       url("../../fonts/Pretendard-ExtraBold.subset.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../fonts/Pretendard-Light.subset.woff2") format("woff2"),
       url("../../fonts/Pretendard-Light.subset.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../fonts/Pretendard-Medium.subset.woff2") format("woff2"),
       url("../../fonts/Pretendard-Medium.subset.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../fonts/Pretendard-Regular.subset.woff2") format("woff2"),
       url("../../fonts/Pretendard-Regular.subset.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../fonts/Pretendard-SemiBold.subset.woff2") format("woff2"),
       url("../../fonts/Pretendard-SemiBold.subset.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("../../fonts/Pretendard-Thin.subset.woff2") format("woff2"),
       url("../../fonts/Pretendard-Thin.subset.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

/* Korean fonts */
@font-face {
    font-family: "KoreanBRGBR";
    src: url("../../fonts/KoreanBRGBR.subset.woff") format("woff");
}
@font-face {
    font-family: "KoreanWID1R";
    src: url("../../fonts/KoreanWID1R.subset.woff") format("woff");
    font-weight: regular;
}
@font-face {
    font-family: "KoreanWID2R";
    src: url("../../fonts/KoreanWID2R.subset.woff") format("woff");
    font-weight: regular;
    font-style: normal;
}
@font-face {
    font-family: "KoreanWID3R";
    src: url("../../fonts/KoreanWID3R.subset.woff") format("woff");
    font-weight: regular;
}
@font-face {
    font-family: "KoreanWID4R";
    src: url("../../fonts/KoreanWID4R.subset.woff") format("woff");
    font-weight: regular;
}

/* Poppins */
@font-face {
    font-family: 'Poppins';
    font-weight: 100;
    font-style: normal;
    src: url('../../fonts/Poppins-Thin.subset.woff') format('woff'),
}
@font-face {
    font-family: 'Poppins';
    font-weight: 200;
    font-style: normal;
    src: url('../../fonts/Poppins-ExtraLight.subset.woff') format('woff'),
}
@font-face {
    font-family: 'Poppins';
    font-weight: 300;
    font-style: normal;
    src: url('../../fonts/Poppins-Light.subset.woff') format('woff'),
}
@font-face {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: normal;
    src: url('../../fonts/Poppins-Regular.subset.woff');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 500;
    font-style: normal;
    src: url('../../fonts/Poppins-Medium.subset.woff') format('woff'),
}
@font-face {
    font-family: 'Poppins';
    font-weight: 600;
    font-style: normal;
    src: url('../../fonts/Poppins-SemiBold.subset.woff') format('woff'),
}
@font-face {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: normal;
    src: url('../../fonts/Poppins-Bold.subset.woff') format('woff'),
}
@font-face {
    font-family: 'Poppins';
    font-weight: 800;
    font-style: normal;
    src: url('../../fonts/Poppins-ExtraBold.subset.woff') format('woff'),
}
@font-face {
    font-family: 'Poppins';
    font-weight: 900;
    font-style: normal;
    src: url('../../fonts/Poppins-Black.subset.woff') format('woff'),
}

/* Inter */
@font-face {
    font-family: 'Inter';
    font-weight: 100;
    font-style: normal;
    src: url('../../fonts/Inter-Thin.subset.woff') format('woff'),
}
@font-face {
    font-family: 'Inter';
    font-weight: 200;
    font-style: normal;
    src: url('../../fonts/Inter-ExtraLight.subset.woff') format('woff'),
}
@font-face {
    font-family: 'Inter';
    font-weight: 300;
    font-style: normal;
    src: url('../../fonts/Inter-Light.subset.woff') format('woff'),
}
@font-face {
    font-family: 'Inter';
    font-weight: 400;
    font-style: normal;
    src: url('../../fonts/Inter-Regular.subset.woff');
}
@font-face {
    font-family: 'Inter';
    font-weight: 500;
    font-style: normal;
    src: url('../../fonts/Inter-Medium.subset.woff') format('woff'),
}
@font-face {
    font-family: 'Inter';
    font-weight: 600;
    font-style: normal;
    src: url('../../fonts/Inter-SemiBold.subset.woff') format('woff'),
}
@font-face {
    font-family: 'Inter';
    font-weight: 700;
    font-style: normal;
    src: url('../../fonts/Inter-Bold.subset.woff') format('woff'),
}
@font-face {
    font-family: 'Inter';
    font-weight: 800;
    font-style: normal;
    src: url('../../fonts/Inter-ExtraBold.subset.woff') format('woff'),
}
@font-face {
    font-family: 'Inter';
    font-weight: 900;
    font-style: normal;
    src: url('../../fonts/Inter-Black.subset.woff') format('woff'),
}

/* Nanum Myeongjo */
@font-face {
    font-family: 'Nanum Myeongjo';
    font-weight: 400;
    font-style: normal;
    src: url("../../fonts/NanumMyeongjo.subset.woff2") format("woff2"),
         url("../../fonts/NanumMyeongjo.subset.woff") format("woff");
}
@font-face {
    font-family: 'Nanum Myeongjo';
    font-weight: 700;
    font-style: normal;
    src: url("../../fonts/NanumMyeongjoBold.subset.woff2") format("woff2"),
         url("../../fonts/NanumMyeongjoBold.subset.woff") format("woff");
}
@font-face {
    font-family: 'Nanum Myeongjo';
    font-weight: 800;
    font-style: normal;
    src: url("../../fonts/NanumMyeongjoExtraBold.subset.woff2") format("woff2"),
         url("../../fonts/NanumMyeongjoExtraBold.subset.woff") format("woff");
}

/* Nanum Gothic */
@font-face {
    font-family: 'Nanum Gothic';
    font-weight: 400;
    font-style: normal;
    src: url("../../fonts/NanumGothic-Regular.subset.woff2") format("woff2"),
         url("../../fonts/NanumGothic-Regular.subset.woff") format("woff");
}
@font-face {
    font-family: 'Nanum Gothic';
    font-weight: 700;
    font-style: normal;
    src: url("../../fonts/NanumGothic-Bold.subset.woff2") format("woff2"),
         url("../../fonts/NanumGothic-Bold.subset.woff") format("woff");
}
@font-face {
    font-family: 'Nanum Gothic';
    font-weight: 800;
    font-style: normal;
    src: url("../../fonts/NanumGothic-ExtraBold.subset.woff2") format("woff2"),
         url("../../fonts/NanumGothic-ExtraBold.subset.woff") format("woff");
}

/* Iropke Batang */
@font-face {
    font-family: 'Iropke Batang';
    font-weight: 400;
    font-style: normal;
    src: url("../../fonts/IropkeBatangM.woff") format("woff");
}

/* Jalnan2 */
@font-face {
    font-family: 'Jalnan 2';
    src: url("../../fonts/Jalnan2.subset.woff") format("woff");
}