/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Barlow Light'), local('Barlow-Light'),
         url('../fonts/barlow/BarlowSemiCondensed-Light.ttf') format('truetype')
  }
  
  /* roboto-regular - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Barlow'), local('Barlow-Regular'),
         url('../fonts/barlow/BarlowSemiCondensed-Regular.ttf') format('truetype')
  }
  
  /* roboto-700 - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Barlow Bold'), local('Barlow-Bold'),
         url('../fonts/barlow/BarlowSemiCondensed-SemiBold.ttf') format('truetype')
  }