@CHARSET "UTF-8";

/* @import url(//fonts.googleapis.com/earlyaccess/notosanskr.css); */

@font-face {
  font-family: 'notokr';
  font-style: normal;
  font-weight: 100;
  src: url(./noto/NotoSansKR-Thin.woff2) format('woff2'),
       url(./noto/NotoSansKR-Thin.woff) format('woff'),
       url(./noto/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'notokr';
  font-style: normal;
  font-weight: 300;
  src: url(./noto/NotoSansKR-Light.woff2) format('woff2'),
       url(./noto/NotoSansKR-Light.woff) format('woff'),
       url(./noto/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
   font-family: 'notokr';
   font-style: normal;
   font-weight: 400;
   src: url(./noto/NotoSansKR-Regular.woff2) format('woff2'),
        url(./noto/NotoSansKR-Regular.woff) format('woff'),
        url(./noto/NotoSansKR-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'notokr';
   font-style: normal;
   font-weight: 500;
   src: url(./noto/NotoSansKR-Medium.woff2) format('woff2'),
        url(./noto/NotoSansKR-Medium.woff) format('woff'),
        url(./noto/NotoSansKR-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'notokr';
   font-style: normal;
   font-weight: 700;
   src: url(./noto/NotoSansKR-Bold.woff2) format('woff2'),
        url(./noto/NotoSansKR-Bold.woff) format('woff'),
        url(./noto/NotoSansKR-Bold.otf) format('opentype');
 }
@font-face {
   font-family: 'notokr';
   font-style: normal;
   font-weight: 900;
   src: url(./noto/NotoSansKR-Black.woff2) format('woff2'),
        url(./noto/NotoSansKR-Black.woff) format('woff'),
        url(./noto/NotoSansKR-Black.otf) format('opentype');
 }

* { font-family: 'notokr', sans-serif; }



.thin       { font-weight: 100 }
.light      { font-weight: 200 }
.demilight  { font-weight: 200 }
.regular    { font-weight: 400 }
.medium     { font-weight: 500 }
.bold       { font-weight: 700 }
.bolder     { font-weight: 900 }