/* 폰트 */

/* 메인 폰트 */

/* 미디움 폰트 */
@font-face {
  font-family: "Gmarket-Sans";
  src: url(../../font/GmarketSansOTF/GmarketSansMedium.otf) format(opentype);
  font-style: normal;
  font-weight: 500;
}
/* 볼드 폰트 */
@font-face {
  font-family: "Gmarket-Sans";
  src: url(../../font/GmarketSansOTF/GmarketSansBold.otf) format(opentype);
  font-style: normal;
  font-weight: 700;
}

/* 특정 섹션 폰트 - class 짓고 다시 작성 */
@font-face {
  font-family: "tvN-Enjoystories";
  src: url(../../font/tvN10font_OTF/tvN\ 즐거운이야기OTF\ Bold.otf)
    format(opentype);
  font-style: normal;
  font-weight: 700;
}

/* 푸터 폰트 */
@font-face {
  font-family: "Noto-Sans-KR";
  src: url(../../font/Noto_Sans_KR/static/NotoSansKR-Regular.ttf)
    format(truetype);
  font-style: normal;
  font-weight: 400;
}
