@font-face {
  font-family: 'propertilife-icons';
  src:  url('fonts/propertilife-icons.eot?e1xs07');
  src:  url('fonts/propertilife-icons.eot?e1xs07#iefix') format('embedded-opentype'),
    url('fonts/propertilife-icons.ttf?e1xs07') format('truetype'),
    url('fonts/propertilife-icons.woff?e1xs07') format('woff'),
    url('fonts/propertilife-icons.svg?e1xs07#propertilife-icons') format('svg');
  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: 'propertilife-icons' !important;
  speak: never;
  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-trophy:before {
  content: "\e900";
  color: #fff;
}
.icon-users:before {
  content: "\e901";
  color: #fff;
}
.icon-coins:before {
  content: "\e902";
  color: #fff;
}
.icon-rocket:before {
  content: "\e903";
  color: #fff;
}
.icon-shield:before {
  content: "\e904";
  color: #fff;
}
.icon-trend:before {
  content: "\e905";
  color: #fff;
}
