/* font reset */
@font-face {
  font-family: 'NotoSans';
  src: url("../../fonts/NotoSansKR-Thin.otf") format("otf");
  font-weight: 100;
}

@font-face {
  font-family: 'NotoSans';
  src: url("../../fonts/NotoSansKR-Light.otf") format("otf");
  font-weight: 300;
}

@font-face {
  font-family: 'NotoSans';
  font-weight: 400;
  src: url("../../fonts/NotoSansKR-Regular.otf") format("otf");
}

@font-face {
  font-family: 'NotoSans';
  font-weight: 500;
  src: url("../../fonts/NotoSansKR-Medium.otf") format("otf");
}

@font-face {
  font-family: 'NotoSans';
  font-weight: 700;
  src: url("../../fonts/NotoSansKR-Bold.otf") format("otf");
}

@font-face {
  font-family: 'NotoSans';
  font-weight: 900;
  src: url("../../fonts/NotoSansKR-Black.otf") format("otf");
}
