/* font-family: Noto-Sans-KR */
@font-face {
  font-family: "Noto Sans KR", sans-serif;
  src: url("/fonts/Noto_Sans_KR/NotoSansKR-Black.otf"),
    /* font-weight: 900;*/
      url("/fonts/Noto_Sans_KR/NotoSansKR-Bold.otf"),
    /* font-weight: 700;*/
      url("/fonts/Noto_Sans_KR/NotoSansKR-Light.otf"),
    /* font-weight: 300;*/
      url("/fonts/Noto_Sans_KR/NotoSansKR-Medium.otf"),
    /* font-weight: 500;*/
      url("/fonts/Noto_Sans_KR/NotoSansKR-Thin.otf"); /* font-weight: 100; */
}

/* THE명품고딕EB */
@font-face {
  font-family: "THELuxGoEB";
  src: url("THEmpgtEB.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* THE명품고딕RA */
@font-face {
  font-family: "THELuxGoRA";
  src: url("THEmpgtR.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NanumGothic";
  src: url("NanumGothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NanumGothicBold";
  src: url("NanumGothicBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "NanumSquareB";
  src: url("NanumSquareB.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "NanumSquareEB";
  src: url("NanumSquareEB.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
