@font-face {
  font-family: 'custom-icons';
  src:  url('https://pmanager.tedeapolis.nl/css/custom-icons/project/custom.eot?l3167s');
  src:  url('https://pmanager.tedeapolis.nl/css/custom-icons/project/custom.eot?l3167s#iefix') format('embedded-opentype'),
    url('https://pmanager.tedeapolis.nl/css/custom-icons/project/custom.ttf?l3167s') format('truetype'),
    url('https://pmanager.tedeapolis.nl/css/custom-icons/project/custom.woff?l3167s') format('woff'),
    url('https://pmanager.tedeapolis.nl/css/custom-icons/project/custom.svg?l3167s#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: 'custom-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-user-search-w:before {
  content: "\e901";
}
.icon-car-search-w:before {
  content: "\e902";
}
.icon-car-search:before {
  content: "\e900";
}
.icon-user-search:before {
  content: "\e903";
}