/* fonts.css: define as fontes customizadas */
@font-face {
  font-family: 'Neo Sans';
  src: url('./assets/fonts/NEO SANS STD REGULAR.OTF') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Neo Sans';
  src: url('./assets/fonts/NEO SANS STD BOLD.OTF') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Neo Sans';
  src: url('./assets/fonts/NEO SANS STD ITALIC.OTF') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Neo Sans';
  src: url('./assets/fonts/NEO SANS STD BOLD ITALIC.OTF') format('opentype');
  font-weight: bold;
  font-style: italic;
}