@font-face {
  font-family: "RobotoCondensedBold";
  src: url("fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf") format('truetype');
}

@font-face {
  font-family: "RobotoBlack";
  src: url("fonts/Roboto/Roboto-Black.ttf") format('truetype');
}

@font-face {
  font-family: "RobotoBold";
  src: url("fonts/Roboto/Roboto-Bold.ttf") format('truetype');
}

@font-face {
  font-family: "RobotoMedium";
  src: url("fonts/Roboto/Roboto-Medium.ttf") format('truetype');
}

@font-face {
  font-family: "RobotoRegular";
  src: url("fonts/Roboto/Roboto-Regular.ttf") format('truetype');
}

@font-face {
  font-family: "RobotoLight";
  src: url("fonts/Roboto/Roboto-Light.ttf") format('truetype');
}