/* Noto Sans KR 폰트 정의 */
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url('/assets/font/NotoSansKR-Light.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/font/NotoSansKR-Regular.woff2') format('woff2'),
         url('/assets/font/NotoSansKR-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url('/assets/font/NotoSansKR-Medium.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url('/assets/font/NotoSansKR-Bold.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: url('/assets/font/NotoSansKR-Black.woff2') format('woff2');
    font-display: swap;
}
