/* barlow-condensed-500 - latin */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/barlow-condensed/barlow-condensed-v5-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../fonts/barlow-condensed/barlow-condensed-v5-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/barlow-condensed/barlow-condensed-v5-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/barlow-condensed/barlow-condensed-v5-latin-500.woff') format('woff'), /* Modern Browsers */
  url('../fonts/barlow-condensed/barlow-condensed-v5-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/barlow-condensed/barlow-condensed-v5-latin-500.svg#BarlowCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-regular */

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Regular.woff2') format('woff2'), url('../fonts/roboto/Roboto-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* roboto-medium */

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Medium.woff2') format('woff2'), url('../fonts/roboto/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

/* roboto-bold */

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Bold.woff2') format('woff2'), url('../fonts/roboto/Roboto-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icons/icomoon.eot?27t34x');
  src:  url('../fonts/icons/icomoon.eot?27t34x#iefix') format('embedded-opentype'),
  url('../fonts/icons/icomoon.ttf?27t34x') format('truetype'),
  url('../fonts/icons/icomoon.woff?27t34x') format('woff'),
  url('../fonts/icons/icomoon.svg?27t34x#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
