/* Noto Sans KR (local)
   Place the weight-specific font files in ../fonts relative to this CSS.
   Source: https://fonts.google.com/specimen/Noto+Sans+KR
*/

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/NotoSansKR-100.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/NotoSansKR-200.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/NotoSansKR-300.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NotoSansKR-regular.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/NotoSansKR-500.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/NotoSansKR-600.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/NotoSansKR-700.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/NotoSansKR-800.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/NotoSansKR-900.woff2') format('woff2');
  font-display: swap;
}

/* Example:
   body {
     font-family: 'Noto Sans KR', sans-serif;
   }
*/
