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

@font-face {
  font-weight: 300;
  font-family: "Ubuntu";
  font-style: italic;
  src: url("/fonts/ubuntu-li.ttf") format("truetype");
}

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

@font-face {
  font-weight: 400;
  font-family: "ubuntu-r";
  font-style: normal;
  src: url("/fonts/ubuntu-r.ttf") format("truetype");
}

@font-face {
  font-weight: 400;
  font-family: "Ubuntu";
  font-style: italic;
  src: url("/fonts/ubuntu-ri.ttf") format("truetype");
}

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

@font-face {
  font-weight: bold;
  font-family: "ubuntu-b";
  font-style: normal;
  src: url("/fonts/ubuntu-b.ttf") format("truetype");
}

@font-face {
  font-weight: bold;
  font-family: "Ubuntu";
  font-style: italic;
  src: url("/fonts/ubuntu-bi.ttf") format("truetype");
}
