@font-face {
  font-family: 'custom-Icons';
  src:
    url('fonts/custom-Icons.ttf?isxyyz') format('truetype'),
    url('fonts/custom-Icons.woff?isxyyz') format('woff'),
    url('fonts/custom-Icons.svg?isxyyz#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: 'custom-Icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-brain:before {
  content: "\e907";
  color: #fff;
}
.icon-family:before {
  content: "\e908";
  color: #fff;
}
.icon-pill:before {
  content: "\e909";
  color: #fff;
}
.icon-water:before {
  content: "\e90a";
  color: #fff;
}
.icon-alert:before {
  content: "\e90b";
  color: #fff;
}
.icon-bar-graph:before {
  content: "\e900";
}
.icon-building:before {
  content: "\e901";
}
.icon-house:before {
  content: "\e902";
}
.icon-phone:before {
  content: "\e903";
}
.icon-play:before {
  content: "\e904";
}
.icon-search:before {
  content: "\e905";
}
.icon-user:before {
  content: "\e906";
}
.icon-bullhorn:before {
  content: "\e91a";
}
.icon-location:before {
  content: "\e947";
}
.icon-chat:before {
  content: "\e96b";
}
.icon-cog:before {
  content: "\e994";
}
.icon-exclamation:before {
  content: "\ea08";
}
.icon-question:before {
  content: "\ea09";
}
.icon-info:before {
  content: "\ea0c";
}
.icon-check:before {
  content: "\ea10";
}
