@charset "utf-8";

@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 300;
    src: url('woff2/Pretendard-Light.woff2') format('font-woff2'),
        url('woff/Pretendard-Light.woff') format('woff'),
        url('otf/Pretendard-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: normal;
    src: url('woff2/Pretendard-Regular.woff2') format('font-woff2'),
        url('woff/Pretendard-Regular.woff') format('woff'),
        url('otf/Pretendard-Regular.otf') format('opentype');
}



@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 500;
    src: url('woff2/Pretendard-Medium.woff2') format('font-woff2'),
        url('woff/Pretendard-Medium.woff') format('woff'),
        url('otf/Pretendard-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: bold;
    src: url('woff2/Pretendard-Bold.woff2') format('font-woff2'),
        url('woff/Pretendard-Bold.woff') format('woff'),
        url('otf/Pretendard-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 700;
    src: url('woff2/Pretendard-ExtraBold.woff2') format('font-woff2'),
        url('woff/Pretendard-ExtraBold.woff') format('woff'),
        url('otf/Pretendard-ExtraBold.otf') format('opentype');
}

@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 900;
    src: url('woff2/Pretendard-Black.woff2') format('font-woff2'),
        url('woff/Pretendard-Black.woff') format('woff'),
        url('otf/Pretendard-Black.otf') format('opentype');
}