@font-face {
  font-family: 'Nue Plak';
  font-weight: 400;
  /*neue plack regular*/
  src: url(./Assets/fonts/NeuePlak-Regular.ttf) format('truetype');
  font-display: block;
}

@font-face {
  font-family: 'Nue Plak';
  font-weight: 700;
  /*neue plack bold*/
  src: url(./Assets/fonts/NeuePlak-Bold.ttf) format('truetype');
  font-display: block;
}

@font-face {
  font-family: 'Extended';
  font-weight: 700;
  /*neue plack extended bold*/
  src: url(./Assets/fonts/NeuePlak-ExtendedBold.ttf) format('truetype');
  font-display: block;
}

@font-face {
  font-family: 'Extended';
  font-weight: 400;
  /*neue plack extended reguler*/
  src: url(./Assets/fonts/NeuePlak-ExtendedRegular.ttf) format('truetype');
  font-display: block;
}

/* Roboto Mono */
@font-face {
  font-family: 'Roboto-Mono';
  src: url(./Assets/fonts/RobotoMono-VariableFont_wght.ttf) format('truetype');
  font-display: block;
}

/* Neue Plak Condensed Black */
@font-face {
  font-family: 'Neue Plak Condensed Black';
  font-weight: 400;
  src: url(./Assets/fonts/Neue-Plak-Condensed-Regular.ttf) format('truetype');
  font-display: block;
}
@font-face {
  font-family: 'Neue Plak Condensed Black';
  font-weight: 600;
  src: url(./Assets/fonts/Neue-Plak-Condensed-Bold.ttf) format('truetype');
  font-display: block;
}
@font-face {
  font-family: 'Neue Plak Condensed Black';
  font-weight: 700;
  src: url(./Assets/fonts/Neue-Plak-Condensed-Black.ttf) format('truetype');
  font-display: block;
}
