@charset "utf-8";

/* KRDS 저장소에는 이 파일이 없습니다. 폰트 파일(resources/fonts/)만 있고
   @font-face 연결 코드가 없어(krds.min.css 포함) 미리보기용으로 직접 작성했습니다. */

@font-face {
  font-family: "Pretendard GOV";
  font-weight: 400;
  font-display: swap;
  src: url("fonts/PretendardGOV-Regular.subset.woff2") format("woff2");
}

@font-face {
  font-family: "Pretendard GOV";
  font-weight: 500;
  font-display: swap;
  src: url("fonts/PretendardGOV-Medium.subset.woff2") format("woff2");
}

@font-face {
  font-family: "Pretendard GOV";
  font-weight: 700;
  font-display: swap;
  src: url("fonts/PretendardGOV-Bold.subset.woff2") format("woff2");
}
