@charset "utf-8";

@font-face {
    font-family: "Pretendard GOV";
    font-weight: 400;
    font-style: normal;
    src: local("Pretendard GOV Regular"), url("/resource/fonts/PretendardGOV/PretendardGOV-Regular.woff") format("woff");
}
/* Medium */
@font-face {
    font-family: "Pretendard GOV";
    font-weight: 500;
    font-style: normal;
    src: local("Pretendard GOV Medium"), url("/resource/fonts/PretendardGOV/PretendardGOV-Medium.woff") format("woff");
}
/* Bold */
@font-face {
    font-family: "Pretendard GOV";
    font-weight: 700;
    font-style: normal;
    src: local("Pretendard GOV Bold"), url("/resource/fonts/PretendardGOV/PretendardGOV-Bold.woff") format("woff");
}