
/* next_art css*/

@font-face {
  font-family: 'next_art';
  font-style: normal;
  font-weight: 100;
  src: url('./NEXT ART_Light.otf') format('opentype');
}

@font-face {
  font-family: 'next_art';
  font-style: normal;
  font-weight: 300;
  src: url('./NEXT ART_Regular.otf') format('opentype');
}


@font-face {
  font-family: 'next_art';
  font-style: normal;
  font-weight: 500;
  src: url('./NEXT ART_SemiBold.otf') format('opentype');
}

@font-face {
  font-family: 'next_art';
  font-style: normal;
  font-weight: 700;
  src: url('./NEXT ART_Bold.otf') format('opentype');
}

@font-face {
  font-family: 'next_art';
  font-style: normal;
  font-weight: 900;
  src: url('./NEXT ART_Heavy.otf') format('opentype');
}