@font-face {
    font-family: "Noto Sans KR";
    src: url("./NotoSansKR-Regular.otf") format("opentype");
}
@font-face {
    font-family: "Noto Sans KR Medium";
	font-weight: 500;
    src: url("./NotoSansKR-Medium.otf") format("opentype");
}
@font-face {
    font-family: "Noto Sans KR Bold";
	font-weight: bold;
    src: url("./NotoSansKR-Bold.otf") format("opentype");
}