@charset "utf-8";

/* Noto Sans CJK KR*/
@font-face {
  font-family: 'NotoD';
  src: url('/resources/fonts/NotoSansKR/NotoSansKR-DemiLight.woff') format('woff-font'),
       url('/resources/fonts/NotoSansKR/NotoSansKR-DemiLight.woff2') format('woff2'),
       url('/resources/fonts/NotoSansKR/NotoSansKR-DemiLight.otf') format('opentype');
}

@font-face {
  font-family: 'NotoT';
  src: url('/resources/fonts/NotoSansKR/NotoSansKR-Thin.woff') format('woff-font'),
       url('/resources/fonts/NotoSansKR/NotoSansKR-Thin.woff2') format('woff2'),
       url('/resources/fonts/NotoSansKR/NotoSansKR-Thin.otf') format('opentype');
}

@font-face {
  font-family: 'NotoR';
  src: url('/resources/fonts/NotoSansKR/NotoSansKR-Regular.woff') format('woff-font'),
       url('/resources/fonts/NotoSansKR/NotoSansKR-Regular.woff2') format('woff2'),
       url('/resources/fonts/NotoSansKR/NotoSansKR-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'NotoM';
  src: url('/resources/fonts/NotoSansKR/NotoSansKR-Medium.woff') format('woff-font'),
       url('/resources/fonts/NotoSansKR/NotoSansKR-Medium.woff2') format('woff2'),
       url('/resources/fonts/NotoSansKR/NotoSansKR-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'NotoL';
  src: url('/resources/fonts/NotoSansKR/NotoSansKR-Light.woff') format('woff-font'),
       url('/resources/fonts/NotoSansKR/NotoSansKR-Light.woff2') format('woff2'),
       url('/resources/fonts/NotoSansKR/NotoSansKR-Light.otf') format('opentype');
}

@font-face {
  font-family: 'NotoB';
  src: url('/resources/fonts/NotoSansKR/NotoSansKR-Bold.woff') format('woff-font'),
       url('/resources/fonts/NotoSansKR/NotoSansKR-Bold.woff2') format('woff2'),
       url('/resources/fonts/NotoSansKR/NotoSansKR-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'NotoBl';
  src: url('/resources/fonts/NotoSansKR/NotoSansKR-Black.woff') format('woff-font'),
       url('/resources/fonts/NotoSansKR/NotoSansKR-Black.woff2') format('woff2'),
       url('/resources/fonts/NotoSansKR/NotoSansKR-Black.otf') format('opentype');
}

/* Arsenal Bold */
@font-face {
  font-family: 'ArsenalIb';
  src: url('/resources/fonts/ArsenalBold/Arsenal Bold Italic.woff') format('woff-font'),
       url('/resources/fonts/ArsenalBold/Arsenal Bold Italic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/* Play Bold */
@font-face {
  font-family: 'PlayB';
  src: url('/resources/fonts/PlayBold/Play-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Sebang Gothic */
@font-face {
  font-family: 'SebangGothic';
  font-weight:300;
  src: url('/resources/fonts/SebangGothic/SebangGothicBold.eot');
  src: url('/resources/fonts/SebangGothic/SebangGothicBold.eot?#iefix') format('embedded-opentype'),
       url('/resources/fonts/SebangGothic/SebangGothicBold.otf') format('opentype'),
       url('/resources/fonts/SebangGothic/SebangGothicBold.ttf') format('truetype'),
       url('/resources/fonts/SebangGothic/SebangGothicBold.woff') format('woff'),
       url('/resources/fonts/SebangGothic/SebangGothicBold.woff2') format('woff2');
}