/* NanumSquare Font */
@font-face {
  font-family: 'NanumSquare';
  font-weight: 300;
  src: url(/fonts/NanumSquareL.woff) format('woff');
}
@font-face {
  font-family: 'NanumSquare';
  font-weight: 400;
  src: url(/fonts/NanumSquareR.woff) format('woff');
}
@font-face {
  font-family: 'NanumSquare';
  font-weight: 700;
  src: url(/fonts/NanumSquareB.woff) format('woff');
}
@font-face {
  font-family: 'NanumSquare';
  font-weight: 800;
  src: url(/fonts/NanumSquareEB.woff) format('woff');
}

/* NanumSquareRound Font */
@font-face {
  font-family: 'NanumSquareRound';
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/NanumSquareRoundL.woff2) format('woff2');
}
@font-face {
  font-family: 'NanumSquareRound';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/NanumSquareRoundR.woff2) format('woff2');
}
@font-face {
  font-family: 'NanumSquareRound';
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/NanumSquareRoundB.woff2) format('woff2');
}
@font-face {
  font-family: 'NanumSquareRound';
  font-style: normal;
  font-weight: 800;
  src: url(/fonts/NanumSquareRoundEB.woff2) format('woff2');
}

/* Noto Sans KR Font */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/NotoSansKR-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/NotoSansKR-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/NotoSansKR-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/NotoSansKR-Bold.ttf) format('truetype');
}
