@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: local('Noto Sans CJK KR Thin'), local('NotoSansKR-Thin'), url(NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: local('Noto Sans CJK KR Light'), local('NotoSansKR-Light'), url(NotoSansKR-Light.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans CJK KR'), local('Noto Sans CJK KR Regular'), local('NotoSansKR-Regular'), url(NotoSansKR-Regular.otf) format('opentype');
}

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

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

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