@font-face {
  font-family: 'BarlowCondensed-Light';
  src: local(BarlowCondensed-Light),
    url(BarlowCondensed-Light.woff2) format("woff2"),
    url(BarlowCondensed-Light.woff) format("woff"),
    url(BarlowCondensed-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: condensed;
}

@font-face {
  font-family: 'Barlow';
  src: local(Barlow-Regular),
    url(Barlow-Regular.woff2) format("woff2"),
    url(Barlow-Regular.woff) format("woff"),
    url(Barlow-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Barlow-Light';
  src: local(Barlow-Light),
  url(Barlow-Light.woff2) format("woff2"),
  url(Barlow-Light.woff) format("woff"),
  url(Barlow-Light.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'BarlowCondensed';
  src: local(BarlowCondensed-Regular),
    url(BarlowCondensed-Regular.woff2) format("woff2"),
    url(BarlowCondensed-Regular.woff) format("woff"),
    url(BarlowCondensed-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed;
}

@font-face {
  font-family: 'Barlow-Medium';
  src: local(Barlow-Medium),
    url(Barlow-Medium.woff2) format("woff2"),
    url(Barlow-Medium.woff) format("woff"),
    url(Barlow-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Barlow-SemiBold';
  src: local(Barlow-SemiBold),
    url(Barlow-SemiBold.woff2) format("woff2"),
    url(Barlow-SemiBold.woff) format("woff"),
    url(Barlow-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'BarlowCondensed-Bold';
  src: local(BarlowCondensed-Bold),
    url(BarlowCondensed-Bold.woff2) format("woff2"),
    url(BarlowCondensed-Bold.woff) format("woff"),
    url(BarlowCondensed-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed;
}

@font-face {
  font-family: 'Barlow-Bold';
  src: local(Barlow-Bold),
    url(Barlow-Bold.woff2) format("woff2"),
    url(Barlow-Bold.woff) format("woff"),
    url(Barlow-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url('icomoon.woff?fkzhsb') format('woff'),
    url('icomoon.ttf?fkzhsb#iefix') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-linkedin:before {
  content: "\e900";
}
.icon-twitter:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e902";
}
.icon-instagram:before {
  content: "\e903";
}
