@font-face {
  font-family: 'GSIR-Custom-Icons';
  src:  url('fonts/GSIR-Custom-Icons.eot?36fjh');
  src:  url('fonts/GSIR-Custom-Icons.eot?36fjh#iefix') format('embedded-opentype'),
    url('fonts/GSIR-Custom-Icons.ttf?36fjh') format('truetype'),
    url('fonts/GSIR-Custom-Icons.woff?36fjh') format('woff'),
    url('fonts/GSIR-Custom-Icons.svg?36fjh#GSIR-Custom-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'GSIR-Custom-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;
}

.gsir-coin:before {
  content: "\e903";
}
.gsir-dollar-coins:before {
  content: "\e901";
}
.gsir-secure-shield:before {
  content: "\e902";
}
.gsir-crowdfunding:before {
  content: "\e906";
}
.gsir-funding:before {
  content: "\e905";
}
.gsir-profile:before {
  content: "\e900";
}
