@charset "utf-8";

/* font (Pretendard) */
/* Regular */
@font-face {
    font-family:'Pretendard GOV';
    font-style:normal;
    font-weight:400;
    src:url('../fonts/PretendardGOV-Regular.subset.woff') format('woff');
}
/* Medium */
@font-face {
    font-family:'Pretendard GOV';
    font-style:normal;
    font-weight:500;
    src:url('../fonts/PretendardGOV-Medium.subset.woff') format('woff');
}
/* Bold */
@font-face {
    font-family:'Pretendard GOV';
    font-style:normal;
    font-weight:700;
    src:url('../fonts/PretendardGOV-Bold.subset.woff') format('woff');
}