@charset "UTF-8";

/* ==========================================================================
   Font CSS - Google Fonts CDN
   - Noto Sans KR: 300, 400, 500, 600, 700
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

/* GmarketSans */
@font-face {
    font-family: 'GmarketSansLight';
    font-style: normal;
    font-weight: 400;
    src: url('../font/GmarketSansLight.eot');
    src: local(��),
    url('../font/GmarketSansLight.eot?#iefix') format('embedded-opentype'),
    url('../font/GmarketSansLight.woff2') format('woff2'),
    url('../font/GmarketSansLight.woff') format('woff'),
    url('../font/GmarketSansLight.ttf') format('truetype');
}
@font-face {
    font-family: 'GmarketSansMedium';
    font-style: normal;
    font-weight: normal;
    src: url('../font/GmarketSansMedium.eot');
    src: local(��),
    url('../font/GmarketSansMedium.eot?#iefix') format('embedded-opentype'),
    url('../font/GmarketSansMedium.woff2') format('woff2'),
    url('../font/GmarketSansMedium.woff') format('woff'),
    url('../font/GmarketSansMedium.ttf') format('truetype');
}
@font-face {
    font-family: 'GmarketSansBold';
    font-style: normal;
    font-weight: normal;
    src: url('../font/GmarketSansBold.eot');
    src: local(��),
    url('../font/GmarketSansBold.eot?#iefix') format('embedded-opentype'),
    url('../font/GmarketSansBold.woff2') format('woff2'),
    url('../font/GmarketSansBold.woff') format('woff'),
    url('../font/GmarketSansBold.ttf') format('truetype');
}
