@charset "utf-8";

/* Pretendard 무료폰트 - 한글 사용 */
@font-face {
    font-family: 'pre_thin';
    src: url('./font/Pretendard-Thin.woff');
}

@font-face {
    font-family: 'pre_extralight';
    src: url('./font/Pretendard-ExtraLight.woff');
}

@font-face {
    font-family: 'pre_light';
    src: url('./font/Pretendard-Light.woff');
}

@font-face {
    font-family: 'pre_regular';
    src: url('./font/Pretendard-Regular.woff');
}

@font-face {
    font-family: 'pre_medium';
    src: url('./font/Pretendard-Medium.woff');
}

@font-face {
    font-family: 'pre_semibold';
    src: url('./font/Pretendard-SemiBold.woff');
}

@font-face {
    font-family: 'pre_bold';
    src: url('./font/Pretendard-Bold.woff');
}

@font-face {
    font-family: 'pre_extrabold';
    src: url('./font/Pretendard-ExtraBold.woff');
}

@font-face {
    font-family: 'pre_black';
    src: url('./font/Pretendard-Black.woff');
}

@font-face {
    font-family: '배민한나';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_seven@1.0/BMHANNAPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '배민을지로';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/BMEULJIRO.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '배민연성';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/BMYEONSUNG.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '충주김생';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2312-1@1.1/ChungjuKimSaengTTF.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* @font-face {
    font-family: '충주김생';
    src:url('./font/ChungjuKimSaeng.ttf');
} */

@font-face {
    font-family: '프리텐다드';
    font-weight: 45 920;
    font-style: normal;
    font-display: swap;
    src: url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/packages/pretendard/dist/web/variable/woff2/PretendardVariable.woff2') format('woff2-variations')
}

@font-face {
    font-family: '애플고딕';
    src: local('Apple SD Gothic Neo ExtraBold'),
        url(https://cdn.jsdelivr.net/npm/font-applesdgothicneo@1.0/fonts/800_AppleSDGothicNeo-ExtraBold.woff2) format('woff2'),
        url(https://cdn.jsdelivr.net/npm/font-applesdgothicneo@1.0/fonts/800_AppleSDGothicNeo-ExtraBold.otf) format('opentype')
}

@font-face {
    font-family: '애플고딕';
    src: local('Apple SD Gothic Neo ExtraBold'),
        url(https://cdn.jsdelivr.net/npm/font-applesdgothicneo@1.0/fonts/800_AppleSDGothicNeo-ExtraBold.woff2) format('woff2'),
        url(https://cdn.jsdelivr.net/npm/font-applesdgothicneo@1.0/fonts/800_AppleSDGothicNeo-ExtraBold.otf) format('opentype')
}

@font-face {
    font-family: '애플고딕_M00';
    src: url('./font/AppleSDGothicNeoM.ttf');
}

@font-face {
    font-family: '애플고딕_EB';
    src: url('./font/AppleSDGothicNeoEB.ttf');
}



/* 영문 전용 폰트 */
@font-face {
    font-family: 'Familiar_Pro-Bold';
    src: url('./font/Familiar_Pro-Bold.woff');
    font-weight: bold;
}