/* style.css */

@font-face {
    font-family: Roboto_Condensed_Regular;
    src: url("Roboto_Condensed_Regular.woff2") format("opentype");
    font-style: normal;
}
@font-face {
    font-family: Roboto_Condensed_Bold;
    src: url("RobotoCondensed-Bold.woff2");
    font-style: normal;
}
@font-face {
  font-family: 'Roboto Condensed Bold';
  font-style: normal;
  font-weight: 700;
  src: url('roboto-condensed-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
       url('roboto-condensed-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('roboto-condensed-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('roboto-condensed-v19-latin-700.woff') format('woff'), /* Modern Browsers */
       url('roboto-condensed-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('roboto-condensed-v19-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}