
/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local(''),
      url('roboto-v20-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
      url('roboto-v20-latin-100.woff') format('woff'), /* Modern Browsers */
      url('roboto-v20-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
      url('roboto-v20-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
  }

/* roboto-300 - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local(''),
        url('roboto-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
        url('roboto-v20-latin-300.woff') format('woff'), /* Modern Browsers */
        url('roboto-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
        url('roboto-v20-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  /* roboto-regular - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local(''),
        url('roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
        url('roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
  }

/* Font Awesome Icons */
/* @font-face {
    font-family: 'fontAwesome';
    font-style: normal;
    font-weight: 400;
    src: local(''),
        url('fa-regular-400.woff2') format('woff2'),
        url('fa-regular-400.woff') format('woff'),
        url('fa-regular-400.ttf')  format('truetype'),
        url('fa-regular-400.svg#fontAwesome') format('svg');
}

@font-face {
    font-family: 'fontAwesome';
    font-style: normal;
    font-weight: 900;
    src: local(''),
        url('fa-solid-900.woff2') format('woff2'),
        url('fa-solid-900.woff') format('woff'),
        url('fa-solid-900.ttf')  format('truetype'),
        url('fa-solid-900.svg#fontAwesome') format('svg');
}

@font-face {
    font-family: 'fontAwesome';
    font-style: normal;
    font-weight: 400;
    src: local(''),
        url('fa-brands-400.woff2') format('woff2'),
        url('fa-brands-400.woff') format('woff'),
        url('fa-brands-400.ttf')  format('truetype'),
        url('fa-brands-400.svg#fontAwesome') format('svg');
} */