@font-face {
    font-family: 'Noto Sans KR'; font-style: normal;
    font-weight: 100;
    src: url(/assets/font/NotoSansKR-Thin.woff2) format('woff2'),
         url(/assets/font/NotoSansKR-Thin.woff) format('woff'),
         url(/assets/font/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal; font-weight: 200;
    src: url(/assets/font/NotoSansKR-DemiLight.woff2) format('woff2'),
         url(/assets/font/NotoSansKR-DemiLight.woff) format('woff'),
         url(/assets/font/NotoSansKR-DemiLight.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal; font-weight: 300;
    src: url(/assets/font/NotoSansKR-Light.woff2) format('woff2'),
         url(/assets/font/NotoSansKR-Light.woff) format('woff'),
         url(/assets/font/NotoSansKR-Light.otf) format('opentype');
}
@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.woff) format('woff'),
         url(/assets/font/NotoSansKR-Regular.otf) format('opentype');
}

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

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

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



/* 프리텐다드 */
@font-face {
    font-family: 'Pretendard';
    src: url('/assets/font/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('/assets/font/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('/assets/font/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('/assets/font/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('/assets/font/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('/assets/font/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('/assets/font/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('/assets/font/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('/assets/font/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-display: swap;
}


/* LINE Seed */
@font-face {
    font-family: 'LINESeedKR';
    font-style: normal; font-weight: 100;
    src: url(/assets/font/LINESeedKR-Th.woff2) format('woff2'),
        url(/assets/font/LINESeedKR-Th.woff) format('woff'),
        url(/assets/font/LINESeedKR-Th.eot) format('opentype');
}
@font-face {
    font-family: 'LINESeedKR';
    font-style: normal; font-weight: 400;
    src: url(/assets/font/LINESeedKR-Rg.woff2) format('woff2'),
        url(/assets/font/LINESeedKR-Rg.woff) format('woff'),
        url(/assets/font/LINESeedKR-Rg.eot) format('opentype');
}
@font-face {
    font-family: 'LINESeedKR';
    font-style: normal; font-weight: 700;
    src: url(/assets/font/LINESeedKR-Bd.woff2) format('woff2'),
        url(/assets/font/LINESeedKR-Bd.woff) format('woff'),
        url(/assets/font/LINESeedKR-Bd.eot) format('opentype');
}
