@font-face {
  font-family: Ubuntu-Light;
  src: url("./Ubuntu-Light.ttf") format("truetype"),
    url("./Ubuntu-Light.ttf") format("truetype");
}

@font-face {
  font-family: Ubuntu-Medium;
  src: url("./Ubuntu-Medium.ttf") format("truetype"),
    url("./Ubuntu-Medium.ttf") format("truetype");
}

@font-face {
  font-family: Ubuntu-Bold;
  src: url("./Ubuntu-Bold.ttf") format("truetype"),
    url("./Ubuntu-Bold.ttf") format("truetype");
}

