/*
 * Nanum Barun Gothic Web Fonts
 * https://github.com/hiun/NanumBarunGothic
 * Copyright (c) 2010, NAVER Corporation (http://www.nhncorp.com)
 */

 @font-face {
   font-family: 'Nanum Barun Gothic';
   font-style: normal;
   font-weight: 400;
   src: url(font/NanumBarunGothic.eot);
   src: local('Nanum Barun Gothic Regular'), local('Nanum Barun Gothic-Regular'), local('NanumBarunGothic Regular');
   src: url(font/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
        url(font/NanumBarunGothic.woff2) format('woff2'),
        url(font/NanumBarunGothic.woff) format('woff'),
        url(font/NanumBarunGothic.ttf) format('truetype');
 }

 @font-face {
   font-family: 'Nanum Barun Gothic';
   font-style: normal;
   font-weight: 700;
   src: url(font/NanumBarunGothicBold.eot);
   src: local('Nanum Barun Gothic Bold'), local('Nanum Barun Gothic-Bold'), local('NanumBarunGothic Bold');
   src: url(font/NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'),
        url(font/NanumBarunGothicBold.woff2) format('woff2'),
        url(font/NanumBarunGothicBold.woff) format('woff'),
        url(font/NanumBarunGothicBold.ttf) format('truetype');
 }
 
@font-face {
 font-family: 'Pretendard';
 font-style: normal;
 font-weight: 400;
 font-display: swap;
 src: local('Pretendard-Regular'),
      url(font/Pretendard-Regular.woff2) format('woff2'),
      url(font/Pretendard-Regular.woff) format('woff'),
      url(font/Pretendard-Regular.ttf) format("truetype");
 /* unicode-range:U+0030-0039; */
}

@font-face {
 font-family: 'Pretendard';
 font-style: normal;
 font-weight: 600;
 font-display: swap;
 src: local('Pretendard-SemiBold'),
      url(font/Pretendard-SemiBold.woff2) format('woff2'),
      url(font/Pretendard-SemiBold.woff) format('woff'),
      url(font/Pretendard-SemiBold.ttf) format("truetype");
 /* unicode-range:U+0030-0039; */
}

@font-face {
 font-family: 'Pretendard';
 font-style: normal;
 font-weight: 700;
 font-display: swap;
 src: local('Pretendard-Bold'),
      url(font/Pretendard-Bold.woff2) format('woff2'),
      url(font/Pretendard-Bold.woff) format('woff'),
      url(font/Pretendard-Bold.ttf) format("truetype");
 /* unicode-range:U+0030-0039; */
}