@font-face {
  font-family: 'smartsearchicon';
  src:
    url('fonts/plco-searchicon.ttf?m2due1') format('truetype'),
    url('fonts/plco-searchicon.woff?m2due1') format('woff'),
    url('fonts/plco-searchicon.svg?m2due1#plco-searchicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="plco-searchicon-"], [class*=" plco-searchicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'smartsearchicon' !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;
}

.plco-searchicon-smartsearch:before {
  content: "\e900";
}
