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

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

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./Noto_Sans/NotoSans-Bold.ttf);
}

@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(./Noto_Sans/NotoSans-BoldItalic.ttf);
}
