
/* NotoSerif css*/

@font-face {
  font-family: 'Helvetica Neue LT Std';
  font-style: normal;
  font-weight: 300;
  src: url('./HelveticaNeue_LightExtended.otf') format('truetype');
}

@font-face {
  font-family: 'Helvetica Neue LT Std';
  font-style: normal;
  font-weight: 400;
  src: url('./HelveticaNeue_Extended.otf') format('truetype');
}

@font-face {
  font-family: 'Helvetica Neue LT Std';
  font-style: normal;
  font-weight: 500;
  src: url('./HelveticaNeue_MediumExtended.otf') format('truetype');
}

@font-face {
  font-family: 'Helvetica Neue LT Std';
  font-style: normal;
  font-weight: 700;
  src: url('./HelveticaNeue_BoldExtended.otf') format('truetype');
}

@font-face {
  font-family: 'Helvetica Neue LT Std';
  font-style: normal;
  font-weight: 900;
  src: url('./HelveticaNeue_BlackExtended.otf') format('truetype');
}
