@font-face {
    font-family: "Noto sans KR";
    src: url("../font/NotoSansKR-Regular.otf");
  }
  @font-face {
    font-family: "Noto sans KR Light";
    src: url("../font/NotoSansKR-Light.otf");
    font-weight: 300;
  }
  @font-face {
    font-family: "Noto sans KR Bold";
    src: url("../font/NotoSansKR-Bold.otf");
    font-weight: bold;
  }
