@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?54hll');
  src:  url('fonts/icomoon.eot?54hll#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?54hll') format('truetype'),
    url('fonts/icomoon.woff?54hll') format('woff'),
    url('fonts/icomoon.svg?54hll#icomoon') 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: '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-search:before {
  content: "\f002";
}
.icon-users:before {
  content: "\f007";
}
.icon-close:before {
  content: "\f00d";
}
.icon-cities:before {
  content: "\f018";
}
.icon-opponents:before {
  content: "\f024";
}
.icon-next:before {
  content: "\f105";
}
.icon-back:before {
  content: "\f177";
}
.icon-matches:before {
  content: "\f1e3";
}
