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

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

.icon2-search:before {
  content: "\e900";
  color: #fc8b00;
}
.icon2-Logout:before {
  content: "\e901";
  color: #fff;
}
.icon2-Login:before {
  content: "\e902";
  color: #fff;
}
.icon2-User:before {
  content: "\e903";
  color: #fc8b00;
}
