/***********************
 *   FONTs
 ***********************/
 
@font-face { font-family: 'Roboto';
              font-style:normal;
               font-weight:400;
              src:local('Roboto'),             
             src: url('fonts/Roboto-Regular.ttf') format('truetype'); 
}

@font-face{ 
  font-family:'Interstate';
  font-style:normal;
  font-weight:400;
  src:local('Interstate'),
  local('Interstate'),
  url('fonts//InterstateLightCondensed.woff') format('woff'),
  url('fonts/InterstateLightCondensed.woff2') format('woff2'),
  url('fonts/InterstateLightCondensed.ttf') format('truetype')
}