/* pretendard */
@font-face {
    font-family: "pretendard";
    src: url("../fonts/hkgrotesk-light.eot");
    src: local("pretendard light"), url("../fonts/Pretendard-Thin.woff2") format("font-woff2");
    font-weight: 300;
  }
  
  @font-face {
    font-family: "pretendard";
    src: url("../fonts/Pretendard-regular.eot");
    src: local("pretendard regular"), url("../fonts/Pretendard-Regular.woff2") format("font-woff2");
    font-weight: 400;
  }
  @font-face {
    font-family: "pretendard";
    src: url("../fonts/hkgrotesk-medium.eot");
    src: local("pretendard medium"), url("../fonts/Pretendard-Medium.woff2") format("font-woff2");
    font-weight: 500;
  }
  @font-face {
    font-family: "pretendard";
    src: url("../fonts/hkgrotesk-semibold.eot");
    src: local("pretendard semibold"), url("../fonts/Pretendard-SemiBold.woff2") format("font-woff2");
    font-weight: 600;
  }
  @font-face {
    font-family: "pretendard";
    src: url("../fonts/hkgrotesk-bold.eot");
    src: local("pretendard bold"), url("../fonts/Pretendard-Bold.woff2") format("font-woff2");
    font-weight: 700;
  }
  @font-face {
    font-family: "pretendard";
    src: url("../fonts/hkgrotesk-bold.eot");
    src: local("pretendard black"), url("../fonts/Pretendard-Black.woff2") format("font-woff2");
    font-weight: 900;
  }

  *{
    font-family: "pretendard" !important;
  }