@charset "utf-8";

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css');
/* font-family: 'Pretendard Variable';*/

@font-face {
    font-family: 'SeoulHangangM';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/SeoulHangangM.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* 서울한강체 */


@import url('https://webfontworld.github.io/gmarket/GmarketSans.css');
/* g마켓 font-family:"GmarketSans" */

@font-face {
    font-family: 'KOHINanum';
    font-weight: 300;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/kohi/KOHINanumLight.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/kohi/KOHINanumLight.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kohi/KOHINanumLight.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kohi/KOHINanumLight.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kohi/KOHINanumLight.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'KOHINanum';
    font-weight: 700;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/kohi/KOHINanumBold.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/kohi/KOHINanumBold.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kohi/KOHINanumBold.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kohi/KOHINanumBold.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kohi/KOHINanumBold.ttf') format("truetype");
    font-display: swap;
}
/* KOHI 나눔 */ 

@import url('~@noonnu/rokaf-sans-medium');
/* 바른공군체 font-family: ROKAFSansMedium; */