/* font 경량화 400,700 사용 */
@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-display: swap;
    src: local('Pretendard Regular'), 
    url('/resources/contents/font/woff2/Pretendard-Regular.subset.woff2') format('woff2');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-display: swap;
    src: local('Pretendard Bold'), 
    url('/resources/contents/font/woff2/Pretendard-Bold.subset.woff2') format('woff2');
}

