@charset "utf-8";

/* 나눔바른고딕 폰트 */
@font-face {
  font-family: "NanumBarunGothic";
  src: url(./nanum-barun-gothic/NanumBarunGothicUltraLight.otf)
    format("opentype");
  font-weight: 200;
}

@font-face {
  font-family: "NanumBarunGothic";
  src: url(./nanum-barun-gothic/NanumBarunGothicLight.otf) format("opentype");
  font-weight: 300;
}

@font-face {
  font-family: "NanumBarunGothic";
  src: url(./nanum-barun-gothic/NanumBarunGothic.otf) format("opentype");
  font-weight: 400;
}

@font-face {
  font-family: "NanumBarunGothic";
  src: url(./nanum-barun-gothic/NanumBarunGothicBold.otf) format("opentype");
  font-weight: 700;
}

/* Bold 폰트 직접 지정 */
@font-face {
    font-family: "NanumBarunGothicBold";
    src: url(./nanum-barun-gothic/NanumBarunGothicBold.otf) format("opentype");
    font-weight: normal;
}
