@charset "UTF-8";

/* NotoSansKr - Thin */
@font-face {
  font-family:'Noto Sans KR';
  font-style: normal;
  src:local('※'),  
  url('NotoSansKR-Thin.otf') format('opentype'),
  url('NotoSansKR-Thin.woff') format('woff'),
  url('NotoSansKR-Thin.woff2') format('woff');
  font-weight: 100;
}

/* NotoSansKr - Light */
@font-face {
  font-family:'Noto Sans KR';
  font-style: normal;
  src:local('※'),  
  url('NotoSansKR-Light.otf') format('opentype'),
  url('NotoSansKR-Light.woff') format('woff'),
  url('NotoSansKR-Light.woff2') format('woff');;
  font-weight: 200;
}

/* NotoSansKr - DemiLight */
@font-face {
  font-family:'Noto Sans KR';
  font-style: normal;
  src:local('※'),  
  url('NotoSansKR-DemiLight.otf') format('opentype'),
  url('NotoSansKR-DemiLight.woff') format('woff'),
  url('NotoSansKR-DemiLight.woff2') format('woff');
  font-weight: 300;
}

/* NotoSansKr - Regular */
@font-face {
  font-family:'Noto Sans KR';
  font-style: normal;
  src:local('※'),  
  url('NotoSansKR-Regular.otf') format('opentype'),
  url('NotoSansKR-Regular.woff') format('woff'),
  url('NotoSansKR-Regular.woff2') format('woff');;
  font-weight: 3400;
}

/* NotoSansKr - Medium */
@font-face {
  font-family:'Noto Sans KR';
  font-style: normal;
  src:local('※'),  
  url('NotoSansKR-Medium.otf') format('opentype'),
  url('NotoSansKR-Medium.woff') format('woff'),
  url('NotoSansKR-Medium.woff2') format('woff');;
  font-weight: 500;
}

/* NotoSansKr - Bold */
@font-face {
  font-family:'Noto Sans KR';
  font-style: normal;
  src:local('※'),  
  url('NotoSansKR-Bold.otf') format('opentype'),
  url('NotoSansKR-Bold.woff') format('woff'),
  url('NotoSansKR-Bold.woff2') format('woff');;
  font-weight: 600;
}

/* NotoSansKr - Black */
@font-face {
  font-family:'Noto Sans KR';
  font-style: normal;
  src:local('※'),  
  url('NotoSansKR-Black.otf') format('opentype'),
  url('NotoSansKR-Black.woff') format('woff'),
  url('NotoSansKR-Black.woff2') format('woff');;
  font-weight: 700;
}