@font-face {
  font-weight: 900;
  font-family: 'Noto Sans';
  src:
    url('../fonts/NotoSansKR/NotoSansKR-Black.ttf') format('truetype');
}

@font-face {
  font-weight: 800;
  font-family: 'Noto Sans';
  src:
    url('../fonts/NotoSansKR/NotoSansKR-ExtraBold.ttf') format('truetype');
}

@font-face {
  font-weight: 700;
  font-family: 'Noto Sans';
  src:
    url('../fonts/NotoSansKR/NotoSansKR-Bold.ttf') format('truetype');
}

@font-face {
  font-weight: 600;
  font-family: 'Noto Sans';
  src:
    url('../fonts/NotoSansKR/NotoSansKR-SemiBold.ttf') format('truetype');
}

@font-face {
  font-weight: 500;
  font-family: 'Noto Sans';
  src:
    url('../fonts/NotoSansKR/NotoSansKR-Medium.ttf') format('truetype');
}

@font-face {
  font-weight: 400;
  font-family: 'Noto Sans';
  src:
    url('../fonts/NotoSansKR/NotoSansKR-Regular.ttf') format('truetype');
}

@font-face {
  font-weight: 300;
  font-family: 'Noto Sans';
  src:
    url('../fonts/NotoSansKR/NotoSansKR-Light.ttf') format('truetype');
}

@font-face {
  font-weight: 200;
  font-family: 'Noto Sans';
  src:
    url('../fonts/NotoSansKR/NotoSansKR-ExtraLight.ttf') format('truetype');
}

@font-face {
  font-weight: 100;
  font-family: 'Noto Sans';
  src:
    url('../fonts/NotoSansKR/NotoSansKR-Thin.ttf') format('truetype');
}
