@charset "UTF-8";

@font-face {
  font-weight: 300;
  font-family: 'NanumSquareNeo';
  src: url('./nanumSquareNeo_light.woff') format('woff');
}

@font-face {
  font-weight: 400;
  font-family: 'NanumSquareNeo';
  src: url('./nanumSquareNeo_regular.woff') format('woff');
}

@font-face {
  font-weight: 700;
  font-family: 'NanumSquareNeo';
  src: url('./nanumSquareNeo_bold.woff') format('woff');
}

@font-face {
  font-weight: 800;
  font-family: 'NanumSquareNeo';
  src: url('./nanumSquareNeo_extraBold.woff') format('woff');
}

@font-face {
  font-weight: 900;
  font-family: 'NanumSquareNeo';
  src: url('./nanumSquareNeo_heavy.woff') format('woff');
}