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

@font-face {
	font-family: 'Eurostile LT Std';
	src: url('../fonts/EurostileLTStd-Bold.eot');
	src: url('../fonts/EurostileLTStd-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/EurostileLTStd-Bold.woff2') format('woff2'),
		url('../fonts/EurostileLTStd-Bold.woff') format('woff'),
		url('../fonts/EurostileLTStd-Bold.ttf') format('truetype'),
		url('../fonts/EurostileLTStd-Bold.svg#EurostileLTStd-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Eurostile LT Std';
	src: url('../fonts/EurostileLTStd.eot');
	src: url('../fonts/EurostileLTStd.eot?#iefix') format('embedded-opentype'),
		url('../fonts/EurostileLTStd.woff2') format('woff2'),
		url('../fonts/EurostileLTStd.woff') format('woff'),
		url('../fonts/EurostileLTStd.ttf') format('truetype'),
		url('../fonts/EurostileLTStd.svg#EurostileLTStd') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Eurostile LT Std';
	src: url('../fonts/EurostileLTStd-Demi.eot');
	src: url('../fonts/EurostileLTStd-Demi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/EurostileLTStd-Demi.woff2') format('woff2'),
		url('../fonts/EurostileLTStd-Demi.woff') format('woff'),
		url('../fonts/EurostileLTStd-Demi.ttf') format('truetype'),
		url('../fonts/EurostileLTStd-Demi.svg#EurostileLTStd-Demi') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Eurostile LT Std';
	src: url('../fonts/EurostileLTStd-Oblique.eot');
	src: url('../fonts/EurostileLTStd-Oblique.eot?#iefix') format('embedded-opentype'),
		url('../fonts/EurostileLTStd-Oblique.woff2') format('woff2'),
		url('../fonts/EurostileLTStd-Oblique.woff') format('woff'),
		url('../fonts/EurostileLTStd-Oblique.ttf') format('truetype'),
		url('../fonts/EurostileLTStd-Oblique.svg#EurostileLTStd-Oblique') format('svg');
	font-weight: 500;
	font-style: italic;
}

[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-bars:before {
  content: "\e900";
}
.icon-calendar:before {
  content: "\e901";
}
.icon-cloud:before {
  content: "\e902";
}
.icon-home:before {
  content: "\e903";
}
.icon-log-out:before {
  content: "\e904";
}
.icon-money:before {
  content: "\e905";
}
.icon-paper-plane:before {
  content: "\e906";
}
.icon-placeholder:before {
  content: "\e907";
}
.icon-play-button:before {
  content: "\e908";
}
.icon-share:before {
  content: "\e909";
}
.icon-technology:before {
  content: "\e90a";
}
.icon-traffic-light:before {
  content: "\e90b";
}
.icon-user:before {
  content: "\e90c";
}

