@font-face {
  font-family: 'gaw-icons';
  src:  url('../fonts/gaw-icons.eot?163gne');
  src:  url('../fonts/gaw-icons.eot?163gne#iefix') format('embedded-opentype'),
  url('../fonts/gaw-icons.ttf?163gne') format('truetype'),
  url('../fonts/gaw-icons.woff?163gne') format('woff'),
  url('../fonts/gaw-icons.svg?163gne#icomoon') 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: 'gaw-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-settings-large:before {
  content: "\e91f";
  color: #fff;
}
.icon-departments-large:before {
  content: "\e921";
  color: #fff;
}
.icon-employees-large:before {
  content: "\e922";
  color: #fff;
}
.icon-profile-large:before {
  content: "\e91e";
  color: #fff;
}
.icon-dashboard:before {
  content: "\e918";
  color: #aa210f;
}
.icon-lock:before {
  content: "\e91b";
  color: #aa210f;
}
.icon-logout:before {
  content: "\e91c";
  color: #aa210f;
}
.icon-monitor:before {
  content: "\e91d";
  color: #aa210f;
}
.icon-profile:before {
  content: "\e923";
  color: #aa210f;
}
.icon-settings:before {
  content: "\e920";
  color: #aa210f;
}
.icon-brain:before {
  content: "\e913";
}
