/*
* Normal
*/
@font-face {
  font-family: 'NeoSans';
  font-style: normal;
  font-weight: 400;
  src: local('NeoSans'), local('NeoSans-Regular'), url('/assets/fonts/NeoSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'NeoSans';
  font-style: italic;
  font-weight: 400;
  src: local('NeoSans Italic'), local('NeoSans-Italic'), url('/assets/fonts/NeoSans-LightItalic.otf') format('opentype');
}

/*
   * Bold
   */
@font-face {
  font-family: 'NeoSans';
  font-style: normal;
  font-weight: 700;
  src: local('NeoSans Bold'), local('NeoSans-Bold'), url('/assets/fonts/NeoSans-Black.otf') format('opentype');
}

@font-face {
  font-family: 'NeoSans';
  font-style: italic;
  font-weight: 700;
  src: local('NeoSans Bold Italic'), local('NeoSans-BoldItalic'), url('/assets/fonts/NeoSans-BlackItalic.otf') format('opentype');
}