
  /* Iliad-regular - latin */
  @font-face {
    font-family: 'Iliad';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('fonts/Iliad-Light.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/Iliad-Light.ttf') format('truetype'); /* Safari, Android, iOS */
  }
  /* Iliad-500 - latin */
  @font-face {
    font-family: 'Iliad';
    font-style: normal;
    font-weight: 500;
    src: local(''),
         url('fonts/Iliad-Regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/Iliad-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
  }
  /* Iliad-700 - latin */
  @font-face {
    font-family: 'Iliad';
    font-style: normal;
    font-weight: 700;
    src: local(''),
         url('fonts/Iliad-Bold.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/Iliad-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
  }