@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

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

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

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'five' !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-handshake:before {
  content: "\e900";
  color: #9c9b9b;
}
.icon-pig:before {
  content: "\e901";
  color: #9c9b9b;
}
.icon-left-arrow:before {
  content: "\e902";
  color: #9c9b9b;
}
.icon-right-arrow:before {
  content: "\e903";
  color: #9c9b9b;
}
