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

/* DemiLight (300) */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Noto Sans KR DemiLight'), local('NotoSansKR-DemiLight'), url(./NotoSansKR-DemiLight.woff2) format('woff2'),
        url(./NotoSansKR-DemiLight.woff) format('woff'),
        url(./NotoSansKR-DemiLight.otf) format('opentype');
}

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

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

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


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