@font-face {
  font-family: "Noto Serif KR";
  font-style: normal;
  font-weight: 300;
  src: local("NotoSerifKR-Light"),
    url("/fonts/NotoSerifKr/NotoSerifKR-Light.otf") format("otf"),
}

@font-face {
  font-family: "Noto Serif KR";
  font-style: normal;
  font-weight: 400;
  src: local("NotoSerifKR-Regular"),
    url("/fonts/NotoSerifKr/NotoSerifKR-Regular.otf") format("otf"),
}

@font-face {
  font-family: "Noto Serif KR";
  font-style: normal;
  font-weight: 500;
  src: local("NotoSerifKR-Medium"),
    url("/fonts/NotoSerifKr/NotoSerifKR-Medium.otf") format("otf"),
}

@font-face {
  font-family: "Noto Serif KR";
  font-style: normal;
  font-weight: 600;
  src: local("NotoSerifKR-SemiBold"),
    url("/fonts/NotoSerifKr/NotoSerifKR-SemiBold.otf") format("otf"),
}

@font-face {
  font-family: "Noto Serif KR";
  font-style: normal;
  font-weight: 700;
  src: local("NotoSerifKR-Bold"),
    url("/fonts/NotoSerifKr/NotoSerifKR-Bold.otf") format("otf"),
}
