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