@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 300;
  src: url('NotoSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 700;
  src: url('NotoSans-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'NotoSans';
  font-style: italic;
  font-weight: 400;
  src: url('NotoSans-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'NotoSans';
  font-style: italic;
  font-weight: 700;
  src: url('NotoSans-BoldItalic.ttf') format('truetype');
}
