@font-face {
  font-family: 'Sari-Medium';
  src: url('./fonts/sari-medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'News Gothic';
  src: url('./fonts/NewsGothic-Book-webfont.woff2') format('woff2');
  src: url('./fonts/NewsGothic-Book-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'News Gothic';
  src: url('./fonts/NewsGothic-BookOblique-webfont.woff2') format('woff2');
  src: url('./fonts/NewsGothic-BookOblique-webfont.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'News Gothic';
  src: url('./fonts/NewsGothic-DemiBold-webfont.woff2') format('woff2');
  src: url('./fonts/NewsGothic-DemiBold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}