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

@font-face {
  font-family: NotoSans;
  font-style: bold;
  font-weight: 600;
  src: url('./NotoSans-Bold.ttf');
}

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

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