@charset "utf-8";

/* 
폰트 최적화를 위해 swap 사용
swap 기본 폰트 보여준 후 웹폰트 로딩 완료시 웹폰트 적용.
*/

@font-face {
    font-family: 'Pretendard';
    src: url('https://image.newsis.com/event/webfonts/pretendard/Pretendard-Thin.subset.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://image.newsis.com/event/webfonts/pretendard/Pretendard-ExtraLight.subset.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://image.newsis.com/event/webfonts/pretendard/Pretendard-Light.subset.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://image.newsis.com/event/webfonts/pretendard/Pretendard-Regular.subset.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://image.newsis.com/event/webfonts/pretendard/Pretendard-Medium.subset.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://image.newsis.com/event/webfonts/pretendard/Pretendard-SemiBold.subset.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://image.newsis.com/event/webfonts/pretendard/Pretendard-Bold.subset.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://image.newsis.com/event/webfonts/pretendard/Pretendard-ExtraBold.subset.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://image.newsis.com/event/webfonts/pretendard/Pretendard-Black.subset.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}