@font-face {
  font-family: Ubuntu;
  font-weight: 300;
  src: url("./fonts/Ubuntu-Light.ttf") format("TrueType");
}
@font-face {
  font-family: Ubuntu;
  font-weight: 400;
  src: url("./fonts/Ubuntu-Regular.ttf") format("TrueType");
}
@font-face {
  font-family: Ubuntu;
  font-weight: 500;
  src: url("./fonts/Ubuntu-Medium.ttf") format("TrueType");
}
@font-face {
  font-family: Ubuntu;
  font-weight: bold;
  src: url("./fonts/Ubuntu-Bold.ttf") format("TrueType");
}

@font-face {
  font-family: Ubuntu;
  font-weight: 300;
  font-style: italic;
  src: url("./fonts/Ubuntu-LightItalic.ttf") format("TrueType");
}
@font-face {
  font-family: Ubuntu;
  font-weight: 400;
  font-style: italic;
  src: url("./fonts/Ubuntu-Italic.ttf") format("TrueType");
}
@font-face {
  font-family: Ubuntu;
  font-weight: 500;
  font-style: italic;
  src: url("./fonts/Ubuntu-MediumItalic.ttf") format("TrueType");
}
@font-face {
  font-family: Ubuntu;
  font-weight: bold;
  font-style: italic;
  src: url("./fonts/Ubuntu-BoldItalic.ttf") format("TrueType");
}
