/* body{ font-family:'Pretendard', sans-serif; } */

@font-face {
    font-family: 'Pretendard';
    src: url('./Pretendard/Pretendard-Thin.woff2') format('woff2'),
         url('./Pretendard/Pretendard-Thin.woff') format('woff'),
         url('./Pretendard/Pretendard-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('./Pretendard/Pretendard-ExtraLight.woff2') format('woff2'),
         url('./Pretendard/Pretendard-ExtraLight.woff') format('woff'),
         url('./Pretendard/Pretendard-ExtraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('./Pretendard/Pretendard-Light.woff2') format('woff2'),
         url('./Pretendard/Pretendard-Light.woff') format('woff'),
         url('./Pretendard/Pretendard-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('./Pretendard/Pretendard-Regular.woff2') format('woff2'),
         url('./Pretendard/Pretendard-Regular.woff') format('woff'),
         url('./Pretendard/Pretendard-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('./Pretendard/Pretendard-Medium.woff2') format('woff2'),
         url('./Pretendard/Pretendard-Medium.woff') format('woff'),
         url('./Pretendard/Pretendard-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('./Pretendard/Pretendard-SemiBold.woff2') format('woff2'),
         url('./Pretendard/Pretendard-SemiBold.woff') format('woff'),
         url('./Pretendard/Pretendard-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('./Pretendard/Pretendard-Bold.woff2') format('woff2'),
         url('./Pretendard/Pretendard-Bold.woff') format('woff'),
         url('./Pretendard/Pretendard-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('./Pretendard/Pretendard-ExtraBold.woff2') format('woff2'),
         url('./Pretendard/Pretendard-ExtraBold.woff') format('woff'),
         url('./Pretendard/Pretendard-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('./Pretendard/Pretendard-Black.woff2') format('woff2'),
         url('./Pretendard/Pretendard-Black.woff') format('woff'),
         url('./Pretendard/Pretendard-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


/* body { font-family:'NanumMyeongjo',sans-serif; } */
/* @import url('//fonts.googleapis.com/earlyaccess/nanummyeongjo.css'); */
@font-face {
    font-family: 'NanumMyeongjo';
    src: url('./nanum-myeongjo/NanumMyeongjo.ttf') format('truetype'),
         url('./nanum-myeongjo/NanumMyeongjo.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NanumMyeongjo';
    src: url('./nanum-myeongjo/NanumMyeongjoBold.ttf') format('truetype'),
         url('./nanum-myeongjo/NanumMyeongjoBold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NanumMyeongjo';
    src: url('./nanum-myeongjo/NanumMyeongjoExtraBold.ttf') format('truetype'),
         url('./nanum-myeongjo/NanumMyeongjoExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}