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

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

.cpj-icon-search:before {
  content: "\e036";
}
.cpj-icon-close:before {
  content: "\e117";
}
.cpj-icon-menu:before {
  content: "\e120";
}
