@font-face {
  font-family: 'attireIcons';
  src:  url('fonts/attireIcons.eot?c1fk6o');
  src:  url('fonts/attireIcons.eot?c1fk6o#iefix') format('embedded-opentype'),
    url('fonts/attireIcons.ttf?c1fk6o') format('truetype'),
    url('fonts/attireIcons.woff?c1fk6o') format('woff'),
    url('fonts/attireIcons.svg?c1fk6o#attireIcons') 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: 'attireIcons' !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-arrow-right:before {
  content: "\e901";
}
.icon-menu2:before {
  content: "\e603";
}
.icon-search:before {
  content: "\e036";
}
.icon-cross:before {
  content: "\e117";
}
.icon-github:before {
  content: "\e902";
}
.icon-facebook:before {
  content: "\e608";
}
.icon-twitter:before {
  content: "\e609";
}
.icon-file-xml:before {
  content: "\eaab";
}
.icon-link:before {
  content: "\f05c";
}
.icon-envelope:before {
  content: "\e903";
}

