/* KRDS 공식 서체 - Pretendard GOV (webpack이 처리하지 않도록 public에서 <link>로 로드) */
@font-face {
  font-family: "Pretendard GOV";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PretendardGOV-Regular.subset.woff2") format("woff2"),
       url("../fonts/PretendardGOV-Regular.subset.woff") format("woff");
}
@font-face {
  font-family: "Pretendard GOV";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/PretendardGOV-Medium.subset.woff2") format("woff2"),
       url("../fonts/PretendardGOV-Medium.subset.woff") format("woff");
}
@font-face {
  font-family: "Pretendard GOV";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/PretendardGOV-Bold.subset.woff2") format("woff2"),
       url("../fonts/PretendardGOV-Bold.subset.woff") format("woff");
}
