@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(notokr-thin.woff2) format('woff2'),
       url(notokr-thin.woff) format('woff'),
       url(notokr-thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(notokr-light.woff2) format('woff2'),
       url(notokr-light.woff) format('woff'),
       url(notokr-light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(notokr-regular.woff2) format('woff2'),
        url(notokr-regular.woff) format('woff'),
        url(notokr-regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(notokr-medium.woff2) format('woff2'),
        url(notokr-medium.woff) format('woff'),
        url(notokr-medium.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url(notokr-bold.woff2) format('woff2'),
        url(notokr-bold.woff) format('woff'),
        url(notokr-bold.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: url(notokr-black.woff2) format('woff2'),
        url(notokr-black.woff) format('woff'),
        url(notokr-black.otf) format('opentype');
 }