
/* NotoSansKR */
/* @font-face {
    src: url("./NotoSansKr/NotoSansKR-Thin.otf");
    font-family: "NotoSansKr";
    font-weight: 100;
  }
  @font-face {
    src: url("./NotoSansKr/NotoSansKR-Light.otf");
    font-family: "NotoSansKr";
    font-weight: 300;
  }
  @font-face {
    src: url("./NotoSansKr/NotoSansKR-Regular.otf");
    font-family: "NotoSansKr";
    font-weight: 400;
  }
  @font-face {
    src: url("./NotoSansKr/NotoSansKR-Medium.otf");
    font-family: "NotoSansKr";
    font-weight: 500;
  }
  @font-face {
    src: url("./NotoSansKr/NotoSansKR-Bold.otf");
    font-family: "NotoSansKr";
    font-weight: 700;
  }
  @font-face {
    src: url("./NotoSansKr/NotoSansKR-Black.otf"); 
    font-family: "NotoSansKr";
    font-weight: 900;
  } */

  /* SpoqaHanSans */
  @font-face {
    src: url("./SpoqaHanSans/SpoqaHanSansThin.ttf");
    font-family: "SpoqaHanSansKr";
    font-weight: 100;
  }
  @font-face {
    src: url("./SpoqaHanSans/SpoqaHanSansLight.ttf");
    font-family: "SpoqaHanSansKr";
    font-weight: 300;
  }
  @font-face {
    src: url("./SpoqaHanSans/SpoqaHanSansRegular.ttf");
    font-family: "SpoqaHanSansKr";
    font-weight: 400;
  }
  @font-face {
    src: url("./SpoqaHanSans/SpoqaHanSansBold.ttf");
    font-family: "SpoqaHanSansKr";
    font-weight: 600;
  }
  