@font-face {
   font-family: "Noto Sans";
   src: local("Noto Sans"), url("./fonts/NotoSans-Thin.ttf") format("truetype");
   font-weight: 100;
}

@font-face {
   font-family: "Noto Sans";
   src: local("Noto Sans"),
      url("./fonts/NotoSans-Medium.ttf") format("truetype");
   font-weight: 500;
}

@font-face {
   font-family: "Noto Sans";
   src: local("Noto Sans"), url("./fonts/NotoSans-Bold.ttf") format("truetype");
   font-weight: 700;
}

@font-face {
   font-family: "Noto Sans";
   src: local("Noto Sans"), url("./fonts/NotoSans-Black.ttf") format("truetype");
   font-weight: 900;
}
