@font-face {
    font-family: "Noto sans KR";
    src: url("../font/NotoSansKR-Thin.otf");
    font-style: normal;
    font-weight: 100;
  }
  @font-face {
    font-family: "Noto sans KR";
    src: url("../font/NotoSansKR-Light.otf");
    font-weight: 300;
    font-style: normal;
  }
@font-face {
    font-family: "Noto sans KR";
    src: url("../font/NotoSansKR-Medium.otf");
    font-weight: 500;
    font-style: normal;
  }
@font-face {
    font-family: "Noto sans KR";
    src: url("../font/NotoSansKR-Regular.otf");
    font-style: normal;
  }
  @font-face {
    font-family: "Noto sans KR";
    src: url("../font/NotoSansKR-Bold.otf");
    font-weight: bold;
    font-style: normal;
  }
@font-face {
    font-family: "Noto sans KR";
    src: url("../font/NotoSansKR-Black.otf");
    font-style: normal;
    font-weight: 900;
  }
