@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans Bold"), local("NotoSans-Bold"),
    url("https://storage.googleapis.com/rm-fonts/v2/noto/bold/notosans-bold.woff2")
      format("woff2"),
    url("https://storage.googleapis.com/rm-fonts/v2/noto/bold/notosans-bold.woff")
      format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans Bold Italic"), local("NotoSans-BoldItalic"),
    url("https://storage.googleapis.com/rm-fonts/v2/noto/bold/notosans-bolditalic.woff2")
      format("woff2"),
    url("https://storage.googleapis.com/rm-fonts/v2/noto/bold/notosans-bolditalic.woff")
      format("woff");
  font-weight: 700;
  font-style: italic;
}
