@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  src: url("NotoSans-Normal.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  src: url("NotoSans-Italic.ttf") format("truetype");
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
ul,
li,
ol,
figcaption,
div,
input,
a,
span {
  font-family: "Noto Sans", Arial, Roboto, sans-serif;
}

