@font-face {
  font-family: "RobotoCondensed";
  src: url(../fonts/RobotoCondensed-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "RobotoCondensed";
  src: url(../fonts/RobotoCondensed-Bold.ttf);
  font-weight: 700;
}
body {
  font-family: "RobotoCondensed";
  font-weight: 400;
}