@charset "utf-8";

/* GmarketSans */
@font-face {
    font-family: 'GmarketSans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:
            url('../fonts/GmarketSans/GmarketSansMedium.woff2') format('woff2'),
            url('../fonts/GmarketSans/GmarketSansMedium.woff') format('woff');
}

@font-face {
    font-family: 'GmarketSans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src:
            url('../fonts/GmarketSans/GmarketSansBold.woff2') format('woff2'),
            url('../fonts/GmarketSans/GmarketSansBold.woff') format('woff');
}

/* Pretendard GOV */
@font-face {
    font-family: 'Pretendard GOV';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:
            url('../fonts/PretendardGOV/PretendardGOV-Regular.subset.woff2') format('woff2'),
            url('../fonts/PretendardGOV/PretendardGOV-Regular.subset.woff') format('woff');
}

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

@font-face {
    font-family: 'Pretendard GOV';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src:
            url('../fonts/PretendardGOV/PretendardGOV-SemiBold.subset.woff2') format('woff2'),
            url('../fonts/PretendardGOV/PretendardGOV-SemiBold.subset.woff') format('woff');
}

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