@charset "UTF-8";

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    src:url(../../font/notoSansCJK/NotoSansKR-DemiLight.woff2) format('woff2'),
    	url(../../font/notoSansCJK/NotoSansKR-DemiLight.woff) format('woff'),
    	url(../../font/notoSansCJK/NotoSansKR-DemiLight.otf) format('opentype');
    font-weight: 300;
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    src:url(../../font/notoSansCJK/NotoSansKR-Medium.woff2) format('woff2'), 
    	url(../../font/notoSansCJK/NotoSansKR-Medium.woff) format('woff'),
    	url(../../font/notoSansCJK/NotoSansKR-Medium.otf) format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    src:url(../../font/notoSansCJK/NotoSansKR-Bold.woff2) format('woff2'),
    	url(../../font/notoSansCJK/NotoSansKR-Bold.woff) format('woff'),
    	url(../../font/notoSansCJK/NotoSansKR-Bold.otf) format('opentype');
    font-weight: 700;
}
  