@font-face{
  font-family: "Roboto";
  src: url(/assets/vendors/global/fonts/Roboto/Roboto-Regular.ttf);
  font-weight:400;
  font-style:normal;
}
@font-face{
  font-family: "Roboto";
  src: url(/assets/vendors/global/fonts/Roboto/Roboto-Bold.ttf);
  font-weight:700;
  font-style:normal;
}
@font-face{
  font-family: "Roboto";
  src: url(/assets/vendors/global/fonts/Roboto/Roboto-BoldItalic.ttf);
  font-weight:700;
  font-style:italic;
}
@font-face{
  font-family: "Roboto";
  src: url(/assets/vendors/global/fonts/Roboto/Roboto-Italic.ttf);
  font-weight:300;
  font-style: italic;
}
@font-face{
  font-family: "Roboto";
  src: url(/assets/vendors/global/fonts/Roboto/Roboto-BoldItalic.ttf);
  font-weight: 700;
  font-style: italic;
}
@font-face{
  font-family: "Roboto";
  src: url(/assets/vendors/global/fonts/Roboto/Roboto-Medium.ttf);
  font-weight:500;
  font-style: normal;
}
@font-face{
  font-family: "Roboto";
  src: url(/assets/vendors/global/fonts/Roboto/Roboto-MediumItalic.ttf);
  font-weight: 500;
  font-style: italic;
}
@font-face{
  font-family: "Roboto";
  src: url(/assets/vendors/global/fonts/Roboto/Roboto-Thin.ttf);
  font-weight:100;
  font-style: normal;
}
@font-face{
  font-family: "Roboto";
  src: url(/assets/vendors/global/fonts/Roboto/Roboto-ThinItalic.ttf);
  font-weight: 100;
  font-style: italic;
}

@font-face{
  font-family: "Roboto Condensed";
  src: url(/assets/vendors/global/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf);
  font-weight:400;
  font-style:normal;
}
@font-face{
  font-family: "Roboto Condensed";
  src: url(/assets/vendors/global/fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf);
  font-weight:700;
  font-style:normal;
}
@font-face{
  font-family: "Roboto Condensed";
  src: url(/assets/vendors/global/fonts/Roboto_Condensed/RobotoCondensed-BoldItalic.ttf);
  font-weight:700;
  font-style:italic;
}
@font-face{
  font-family: "Roboto Condensed";
  src: url(/assets/vendors/global/fonts/Roboto_Condensed/RobotoCondensed-Italic.ttf);
  font-weight:300;
  font-style: italic;
}
@font-face{
  font-family: "Roboto Condensed";
  src: url(/assets/vendors/global/fonts/Roboto_Condensed/RobotoCondensed-Light.ttf);
  font-weight: 200;
  font-style: normal;
}
@font-face{
  font-family: "Roboto Condensed";
  src: url(/assets/vendors/global/fonts/Roboto_Condensed/RobotoCondensed-LightItalic.ttf);
  font-weight: 200;
  font-style: italic;
}


*{
  font-family: 'Roboto Condensed';
  font-weight: 400;
}