@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 100;
    src: url('./NotoSansKR/NotoSansKR-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 200;
    src: url('./NotoSansKR/NotoSansKR-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 300;
    src: url('./NotoSansKR/NotoSansKR-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 400;
    src: url('./NotoSansKR/NotoSansKR-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 500;
    src: url('./NotoSansKR/NotoSansKR-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 600;
    src: url('./NotoSansKR/NotoSansKR-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 700;
    src: url('./NotoSansKR/NotoSansKR-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 800;
    src: url('./NotoSansKR/NotoSansKR-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 900;
    src: url('./NotoSansKR/NotoSansKR-Black.ttf') format('truetype');
}

@font-face {
  font-family: 'Nanum Gothic';
  src: url('./nanum-gothic/NanumGothic.ttf') format('truetype'),
       url('./nanum-gothic/NanumGothic.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Nanum Gothic';
  src: url('./nanum-gothic/NanumGothicBold.ttf') format('truetype'),
       url('./nanum-gothic/NanumGothicBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Nanum Gothic';
  src: url('./nanum-gothic/NanumGothicExtraBold.ttf') format('truetype'),
       url('./nanum-gothic/NanumGothicExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Nanum Gothic';
  src: url('./nanum-gothic/NanumGothicLight.ttf') format('truetype'),
       url('./nanum-gothic/NanumGothicLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

/* 사용 예시 */
/* body {
  font-family: 'Nanum Gothic', sans-serif;
} */
