@font-face {
  font-family: 'gis';
  src:
    url('fonts/gis.ttf?k62gdb') format('truetype'),
    url('fonts/gis.woff?k62gdb') format('woff'),
    url('fonts/gis.svg?k62gdb#gis') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="gis-icon-"], [class*=" gis-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gis' !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;
}

.gis-icon-close:before {
  content: "\e90d";
}
.gis-icon-regulate:before {
  content: "\e908";
  color: #5377ff;
}
.gis-icon-refer:before {
  content: "\e909";
  color: #29c2a1;
}
.gis-icon-sale:before {
  content: "\e90a";
  color: #ff972c;
}
.gis-icon-purchase:before {
  content: "\e90b";
  color: #f55;
}
.gis-icon-analyze:before {
  content: "\e90c";
  color: #39f;
}
.gis-icon-menu:before {
  content: "\e900";
  color: #5377ff;
}
.gis-icon-publish:before {
  content: "\e901";
  color: #29c2a1;
}
.gis-icon-arrowRight:before {
  content: "\e902";
}
.gis-icon-arrowDown:before {
  content: "\e903";
}
.gis-icon-gx:before {
  content: "\e904";
  color: #39f;
}
.gis-icon-trend:before {
  content: "\e905";
  color: #ff972c;
}
.gis-icon-chart:before {
  content: "\e906";
  color: #987aff;
}
.gis-icon-data:before {
  content: "\e907";
  color: #5377ff;
}
