/* 나눔스퀘어 */
@font-face {
  font-family: 'NanumSquare';
  src: url('../fonts/nanumSquare/NanumSquareL.ttf') format('truetype');
  font-weight: 100;
}
@font-face {
  font-family: 'NanumSquare';
  src: url('../fonts/nanumSquare/NanumSquareR.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'NanumSquare';
  src: url('../fonts/nanumSquare/NanumSquareB.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'NanumSquare';
  src: url('../fonts/nanumSquare/NanumSquareEB.ttf') format('truetype');
  font-weight: 900;
}

/* 나눔고딕 */
@font-face {
  font-family: 'NanumGothic';
  src: url('../fonts/nanumGothic/NanumGothicLight.ttf') format('truetype');
  font-weight: 100;
}
@font-face {
  font-family: 'NanumGothic';
  src: url('../fonts/nanumGothic/NanumGothic.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'NanumGothic';
  src: url('../fonts/nanumGothic/NanumGothicBold.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'NanumGothic';
  src: url('../fonts/nanumGothic/NanumGothicExtraBold.ttf') format('truetype');
  font-weight: 900;
}

/* noto sans kr */

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/notosanskr/NotoSansKR-Thin.woff2') format('woff2'),
    url('../fonts/notosanskr/NotoSansKR-Thin.woff') format('woff'),
    url('../fonts/notosanskr/NotoSansKR-Thin.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/notosanskr/NotoSansKR-ExtraLight.woff2') format('woff2'),
    url('../fonts/notosanskr/NotoSansKR-ExtraLight.woff') format('woff'),
    url('../fonts/notosanskr/NotoSansKR-ExtraLight.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/notosanskr/NotoSansKR-Light.woff2') format('woff2'),
    url('../fonts/notosanskr/NotoSansKR-Light.woff') format('woff'),
    url('../fonts/notosanskr/NotoSansKR-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/notosanskr/NotoSansKR-Regular.woff2') format('woff2'),
    url('../fonts/notosanskr/NotoSansKR-Regular.woff') format('woff'),
    url('../fonts/notosanskr/NotoSansKR-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/notosanskr/NotoSansKR-Medium.woff2') format('woff2'),
    url('../fonts/notosanskr/NotoSansKR-Medium.woff') format('woff'),
    url('../fonts/notosanskr/NotoSansKR-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/notosanskr/NotoSansKR-SemiBold.woff2') format('woff2'),
    url('../fonts/notosanskr/NotoSansKR-SemiBold.woff') format('woff'),
    url('../fonts/notosanskr/NotoSansKR-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/notosanskr/NotoSansKR-Bold.woff2') format('woff2'),
    url('../fonts/notosanskr/NotoSansKR-Bold.woff') format('woff'),
    url('../fonts/notosanskr/NotoSansKR-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/notosanskr/NotoSansKR-ExtraBold.woff2') format('woff2'),
    url('../fonts/notosanskr/NotoSansKR-ExtraBold.woff') format('woff'),
    url('../fonts/notosanskr/NotoSansKR-ExtraBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/notosanskr/NotoSansKR-Black.woff2') format('woff2'),
    url('../fonts/notosanskr/NotoSansKR-Black.woff') format('woff'),
    url('../fonts/notosanskr/NotoSansKR-Black.ttf') format('truetype');
}
