/* Light */
@font-face {
  font-family: 'Roboto Condensed'; 
  font-style: normal;
  font-weight: 400; 
  src: url(../fonts/roboto_condensed/RobotoCondensed-Light.ttf);
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/roboto_condensed/RobotoCondensed-LightItalic.ttf);
}

/* Regular */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500; 
  src: url(../fonts/roboto_condensed/RobotoCondensed-Regular.ttf);
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 500;
  src: url(../fonts/roboto_condensed/RobotoCondensed-Italic.ttf);
}

/* bold */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700; 
  src: url(../fonts/roboto_condensed/RobotoCondensed-Bold.ttf);
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/roboto_condensed/RobotoCondensed-BoldItalic.ttf);
}
