@font-face {
  font-family: "UbuntuRegular";
  src: url("/static/fonts/Ubuntu-R.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "UbuntuItalic";
  src: url("/static/fonts/Ubuntu-RI.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "UbuntuBold";
  src: url("/static/fonts/Ubuntu-B.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "UbuntuBoldItalic";
  src: url("/static/fonts/Ubuntu-BI.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

i {
    font-family: "UbuntuItalic", "Times New Roman", serif;
}

b {
    font-family: "UbuntuBold", "Times New Roman", serif;
}