@charset "utf-8";
/* pretendard */

@font-face {
    font-family: 'Pretendard';
    src: url('../font/pretendard/Pretendard-Bold.woff2') format('woff2'),
        url('../font/pretendard/Pretendard-Bold.woff') format('woff'),
        url('../font/pretendard/Pretendard-Bold.ttf') format('truetype'),
        url('../font/pretendard/Pretendard-Bold.svg#Pretendard-Bold') format('svg'),
        url('../font/pretendard/Pretendard-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../font/pretendard/Pretendard-SemiBold.woff2') format('woff2'),
        url('../font/pretendard/Pretendard-SemiBold.woff') format('woff'),
        url('../font/pretendard/Pretendard-SemiBold.ttf') format('truetype'),
        url('../font/pretendard/Pretendard-SemiBold.svg#Pretendard-SemiBold') format('svg'),
        url('../font/pretendard/Pretendard-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../font/pretendard/Pretendard-Medium.woff2') format('woff2'),
        url('../font/pretendard/Pretendard-Medium.woff') format('woff'),
        url('../font/pretendard/Pretendard-Medium.ttf') format('truetype'),
        url('../font/pretendard/Pretendard-Medium.svg#Pretendard-Medium') format('svg'),
        url('../font/pretendard/Pretendard-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../font/pretendard/Pretendard-Regular.woff2') format('woff2'),
        url('../font/pretendard/Pretendard-Regular.woff') format('woff'),
        url('../font/pretendard/Pretendard-Regular.ttf') format('truetype'),
        url('../font/pretendard/Pretendard-Regular.svg#Pretendard-Regular') format('svg'),
        url('../font/pretendard/Pretendard-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../font/pretendard/Pretendard-Thin.woff2') format('woff2'),
        url('../font/pretendard/Pretendard-Thin.woff') format('woff'),
        url('../font/pretendard/Pretendard-Thin.ttf') format('truetype'),
        url('../font/pretendard/Pretendard-Thin.svg#Pretendard-Thin') format('svg'),
        url('../font/pretendard/Pretendard-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

