/*
 * Roboto Condensed https://fonts.google.com/specimen/Roboto Condensed
 */
 @font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(../webfonts/RobotoCondensed-Light.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/RobotoCondensed-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(../webfonts/RobotoCondensed-Bold.ttf) format('truetype');
}

