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

[class^="icon-header-"], [class*=" icon-header-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'header-iccac' !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-header-search:before {
  content: "\e900";
  color: #697077;
}
.icon-header-menu:before {
  content: "\e901";
  color: #001d6c;
}
